Opened 14 years ago
Closed 14 years ago
#15560 closed (fixed)
Redundant definitions of put() in BaseView classes
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | Keywords: | janitorial | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
ProcessFormView defines the PUT handler as a polymorphic proxy for the POST handler. BaseCreateView and BaseUpdateView contain identical, redundant definitions of put(), which may be removed.
I don't believe any new tests wold be called for; presumably this functionality is already tested.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
trivial patch included