Skip to content

Commit

Permalink
Fixes #15862 -- Error in post_syncdb documentation example. Thanks fo…
Browse files Browse the repository at this point in the history
…r the report and patch andialbrecht.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
SmileyChris committed Apr 22, 2011
1 parent 534c427 commit 5bbba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/signals.txt
Expand Up @@ -389,7 +389,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
Expand Down

0 comments on commit 5bbba4b

Please sign in to comment.