#37062: Add `preserve_request` support to `RedirectView`
-----------------------------+-----------------------------------------
Reporter: Jake Howard | Type: New feature
Status: new | Component: Generic views
Version: dev | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-----------------------------+-----------------------------------------
The `redirect` shortcut supports `preserve_request` to maintain the method
and body of the original request during redirect.
The same functionality should exist on `RedirectView` to enable the same
behaviour. Both as a class-level attribute and argument to `as_view`.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37062>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.