Fixed #21477 -- Renamed db to using in pre/post_migrate signals.

This commit is contained in:
Aymeric Augustin 2014-01-12 22:20:53 +01:00
parent d674fe6dee
commit d562527a16
6 changed files with 20 additions and 20 deletions

View file

@ -408,7 +408,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 alias of database on which a command will operate.
pre_syncdb
@ -459,7 +459,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 alias of database on which a command will operate.
post_migrate