Opened 16 years ago
Closed 16 years ago
#8867 closed (fixed)
Typo in signals docs
Reported by: | Igor Sobreira | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
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
In http://docs.djangoproject.com/en/dev/ref/signals/#pre-delete
"The actual instance being saved."
Should be: "The actual instance being deleted."
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | docs_signals_typo.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8963]) Fixed #8867: Corrected a couple typos in the signals documentation