diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-12 22:20:53 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-12 22:24:33 +0100 |
| commit | d562527a160f420c6af0d2736ad4e6c87b0d2ef1 (patch) | |
| tree | 24b95e7c8648b2789684e9f1e4f54fe8e187c94e /docs | |
| parent | d674fe6dee16735dd2670243153326806b7e6cb0 (diff) | |
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/signals.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 5c3d544c5a..7ed732afc2 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -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 |
