#15862 closed Bug (fixed)
Error in post_syncdb example
Reported by: | Andi Albrecht | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
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".
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | post_syncdb_docfix.diff added |
---|
comment:1 by , 14 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16091]: