Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#27349 closed Cleanup/optimization (fixed)

Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW

Reported by: David D Lowe Owned by: nobody
Component: Documentation Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Have a look at the section "Customizing error views" in this documentation page:

https://docs.djangoproject.com/en/1.10/topics/http/views/#customizing-error-views

It does not mention the highly relevant CSRF_FAILURE_VIEW setting. I think it should.

Change History (5)

comment:1 by David D Lowe, 8 years ago

I created a pull request, fixing this issue:

https://github.com/django/django/pull/7391

comment:2 by David D Lowe, 8 years ago

Has patch: set

comment:3 by Tim Graham, 8 years ago

Summary: Docs: "Costomizing error views" does not mention CSRF_FAILURE_VIEWDocs: "Customizing error views" does not mention CSRF_FAILURE_VIEW
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 424187ec:

Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.

comment:5 by Tim Graham <timograham@…>, 8 years ago

In 223393a:

[1.10.x] Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.

Backport of 424187ec4be73a36d5430901382a27c8523f446a from master

Note: See TracTickets for help on using tickets.
Back to Top