Opened 14 years ago
Closed 14 years ago
#15560 closed (fixed)
Redundant definitions of put() in BaseView classes
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.
Note:
See TracTickets
for help on using tickets.
trivial patch included