[1.7.x] Documented correct kwargs for post_syncdb/migrate.

d562527a rename the db to using in the wrong signal.

Thanks Maik Hoepfel for the report.

Backport of 569e0a2 from master
This commit is contained in:
Aymeric Augustin 2014-08-28 21:30:20 +02:00
parent c32c220881
commit 8f033ee04b
1 changed files with 2 additions and 2 deletions

View File

@ -449,7 +449,7 @@ Arguments sent with this signal:
For example, the :mod:`django.contrib.auth` app only prompts to create a
superuser when ``interactive`` is ``True``.
``using``
``db``
The alias of database on which a command will operate.
post_migrate
@ -490,7 +490,7 @@ Arguments sent with this signal:
For example, the :mod:`django.contrib.auth` app only prompts to create a
superuser when ``interactive`` is ``True``.
``db``
``using``
The database alias used for synchronization. Defaults to the ``default``
database.