Changes between Initial Version and Version 1 of Ticket #34695, comment 2
- Timestamp:
- Jul 6, 2023, 3:02:58 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34695, comment 2
initial v1 1 As far as I'm aware, `CSRF_FAILURE_VIEW` doesn't support class-based views, at least officially, check out [https://docs.djangoproject.com/en/stable/ref/settings/#csrf-failure-view docs]: 1 ~~As far as I'm aware, `CSRF_FAILURE_VIEW` doesn't support class-based views, at least officially, check out [https://docs.djangoproject.com/en/stable/ref/settings/#csrf-failure-view docs]:~~ 2 2 3 ''"A dotted path to the **view function** to be used when an incoming request is rejected by the CSRF protection. The function should have this signature:"'' 3 ~~''"A dotted path to the **view function** to be used when an incoming request is rejected by the CSRF protection. The function should have this signature:"''~~