diff options
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 |
