#15862: Error in post_syncdb example
--------------------------+------------------------------
 Reporter:  andialbrecht  |         Owner:  nobody
     Type:  Bug           |        Status:  new
Milestone:                |     Component:  Documentation
  Version:  1.2           |      Severity:  Normal
 Keywords:                |  Triage Stage:  Unreviewed
Has patch:  1             |
--------------------------+------------------------------
 The example given in the post_syncdb documentation seems to be wrong. In
 r15104 an example mentioning  "yourapp/signals/__init__.py" was added, but
 the first paragraph of the post_syncdb documentation clearly states that
 the signal handlers must live in the management module.

 The simple patch attached replaces "yourapp/signals/__init__.py" with
 "yourapp/management/__init__.py".

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15862>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
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.

Reply via email to