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:01:30 -0400
commit6aae07fe619fb3a202f0f2cd74ef1c6e8872a672 (patch)
tree472059cd1db21f3e07982b5625fcf19133ab8503 /docs
parent83762da3fbc00fdb5c6cfbcd04e25ff00c599102 (diff)
Documented --database option for migrate.
Thanks Mike O'Connor for the reporty.
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 10897f2104..fd80080f64 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -710,6 +710,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