From 574f8f560fa84474969c1c49a1a38b041e5f016b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 27 Aug 2014 08:01:30 -0400 Subject: [PATCH] [1.7.x] Documented --database option for migrate. Thanks Mike O'Connor for the reporty. Backport of 6aae07fe61 from master --- docs/ref/django-admin.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index a1ac8114e5..3ebe229cdf 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -695,6 +695,9 @@ Unlike ``syncdb``, this command does not prompt you to create a superuser if one doesn't exist (assuming you are using :mod:`django.contrib.auth`). Use :djadmin:`createsuperuser` to do that if you wish. +The :djadminopt:`--database` option can be used to specify the database to +migrate. + .. django-admin-option:: --fake The ``--fake`` option tells Django to mark the migrations as having been