Opened 19 years ago
Closed 19 years ago
#336 closed defect (fixed)
generic views delete_object documentation typo
Reported by: | Matt Croydon | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | 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
The following paragraph does not reflect current behavior:
If fetched with GET, it uses the template app_label/module_name_s_confirm_delete by default. It uses no template if POSTed -- it simply deletes the object and redirects.
The template it looks for is
app_label/module_name_onfirm_delete
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
app_label/module_name_confirm_delete even.