#20585 closed Cleanup/optimization (fixed)
request argument omitted from post method on DeleteView
| Reported by: | hromby | Owned by: | Baptiste Darthenay |
|---|---|---|---|
| Component: | Generic views | Version: | 1.5 |
| Severity: | Normal | Keywords: | |
| Cc: | Baptiste Darthenay | Triage Stage: | Unreviewed |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The request argument has been omitted from the post method on the generic DeleteView. Maybe it should be included to have the same arguments for all the handler functions.
Change History (5)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:3 by , 12 years ago
| Cc: | added |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:4 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 52f99b78bcc36c4dfdd2870ee139cd5461fb9e91: