Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

post_syncdb_docfix.diff (541 bytes ) - added by Andi Albrecht 13 years ago.

Download all attachments as: .zip

Change History (5)

by Andi Albrecht, 13 years ago

Attachment: post_syncdb_docfix.diff added

comment:1 by waltercacau, 13 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

comment:2 by waltercacau, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Chris Beaven, 13 years ago

Resolution: fixed
Status: newclosed

In [16091]:

Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the report and patch andialbrecht.

comment:4 by Chris Beaven, 13 years ago

In [16092]:

[1.3.X] Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the report and patch andialbrecht.

Backport of r16091 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top