summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-27 08:01:30 -0400
committerTim Graham <timograham@gmail.com>2014-08-27 08:02:17 -0400
commit574f8f560fa84474969c1c49a1a38b041e5f016b (patch)
treec2eb5f09b3ec840441b334956424c7b47c83078c /docs
parente86030b3be2ac9af4a2855d88802c0b750152c8a (diff)
[1.7.x] Documented --database option for migrate.
Thanks Mike O'Connor for the reporty. Backport of 6aae07fe61 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 3 insertions, 0 deletions
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