diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-27 08:01:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-27 08:02:17 -0400 |
| commit | 574f8f560fa84474969c1c49a1a38b041e5f016b (patch) | |
| tree | c2eb5f09b3ec840441b334956424c7b47c83078c /docs/ref | |
| parent | e86030b3be2ac9af4a2855d88802c0b750152c8a (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/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 3 |
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 |
