mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
This commit is contained in:
parent
d674fe6dee
commit
d562527a16
6 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue