Author: SmileyChris
Date: 2011-04-22 14:23:26 -0700 (Fri, 22 Apr 2011)
New Revision: 16091
Modified:
django/trunk/docs/ref/signals.txt
Log:
Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the
report and patch andialbrecht.
Modified: django/trunk/docs/ref/signals.txt
===================================================================
--- django/trunk/docs/ref/signals.txt 2011-04-22 21:18:27 UTC (rev 16090)
+++ django/trunk/docs/ref/signals.txt 2011-04-22 21:23:26 UTC (rev 16091)
@@ -389,7 +389,7 @@
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
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.