Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#14997 closed (fixed)

Confusing wording on the note "Overriding Delete"

Reported by: phunehehe Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

To be exact, the problem is with the sentence
To ensure customized delete logic gets executed, you can use pre_save and/or post_save signals.

I think the correct version is
To ensure customized delete logic gets executed, you can use pre_delete and/or post_delete signals.

Change History (4)

comment:1 by phunehehe, 14 years ago

Sorry I forgot to include a link to the page with the problem, here it is
http://docs.djangoproject.com/en/1.2/topics/db/models/#overriding-predefined-model-methods

comment:2 by Tim Graham, 14 years ago

Resolution: fixed
Status: newclosed

(In [15117]) Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.

comment:3 by Tim Graham, 14 years ago

(In [15118]) [1.2.X] Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.

Backport of r15117 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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