#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 , 9 years ago
comment:2 by , 9 years ago
| Has patch: | set | 
|---|
comment:3 by , 9 years ago
| Summary: | Docs: "Costomizing error views" does not mention CSRF_FAILURE_VIEW → Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW | 
|---|---|
| Triage Stage: | Unreviewed → Accepted | 
| Type: | Uncategorized → Cleanup/optimization | 
  Note:
 See   TracTickets
 for help on using tickets.
    
I created a pull request, fixing this issue:
https://github.com/django/django/pull/7391