diff options
| author | Chris Beaven <smileychris@gmail.com> | 2011-04-22 21:25:16 +0000 |
|---|---|---|
| committer | Chris Beaven <smileychris@gmail.com> | 2011-04-22 21:25:16 +0000 |
| commit | fe2713dd5ec2d659cfcb0da79979638ddee9deb7 (patch) | |
| tree | 54bbed57a12c8c51a442edfb14937af053984588 /docs/ref | |
| parent | 9269b606ba96d68c3b6be843539bfa6f443c72dc (diff) | |
[1.3.X] Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the report and patch andialbrecht.
Backport of r16091 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 1d4244f208..3ce519616b 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -388,7 +388,7 @@ Arguments sent with this signal: For example, the :mod:`django.contrib.auth` app only prompts to create a superuser when ``interactive`` is ``True``. -For example, yourapp/signals/__init__.py could be written like:: +For example, ``yourapp/management/__init__.py`` could be written like:: from django.db.models.signals import post_syncdb import yourapp.models |
