#15739 closed Bug (fixed)
Class-based redirect view only redirects GET requests
Reported by: | Russell Keith-Magee | Owned by: | nobody |
---|---|---|---|
Component: | Generic views | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The new class-based redirect view raises a 405 error if it receives any request other than a GET. This is a major change from the old redirect_to function-based redirect view.
Note:
See TracTickets
for help on using tickets.
In [15992]: