#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 , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
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