diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-08-28 21:30:20 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-08-28 21:30:20 +0200 |
| commit | 569e0a299ddf484a694d26b283214d1e55f7283e (patch) | |
| tree | 79e3ded56617cd9e2f53429b19dc40cab3607908 /docs | |
| parent | 1e404180c1bd3535987aba96d42030daab1e9c9f (diff) | |
Documented correct kwargs for post_syncdb/migrate.
d562527a rename the db to using in the wrong signal.
Thanks Maik Hoepfel for the report.
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 29ba74d506..f2f1709cea 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -446,7 +446,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 @@ -487,7 +487,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. |
