#16214: Simplify docs for 404 and 500 views
-------------------------------------+-------------------------------------
Reporter: aaugustin | Owner: nobody
Type: | Status: new
Cleanup/optimization | Component:
Milestone: | Documentation
Version: SVN | Severity: Normal
Keywords: | Triage Stage:
Has patch: 1 | Unreviewed
Needs tests: 0 | Needs documentation: 0
Easy pickings: 1 | Patch needs improvement: 0
| UI/UX: 0
-------------------------------------+-------------------------------------
The current docs imply that `from django.conf.urls.defaults import *` is
useful and recommended.
Actually it's not useful: Django will fallback to the default `handler404`
and `handler500` even if they weren't imported in the root URLconf. And
`import *` is generally not recommended.
Also, there some redundancy in this section and some missing information.
I tried to make these two paragraphs complete and consistent.
This cleanup also fixes #16079.
--
Ticket URL: <https://code.djangoproject.com/ticket/16214>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.