Changeset 7650 for django/trunk/django/views/defaults.py
- Timestamp:
- 06/15/08 22:41:03 (5 months ago)
- Files:
-
- django/trunk/django/views/defaults.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/views/defaults.py
r5594 r7650 69 69 def page_not_found(request, template_name='404.html'): 70 70 """ 71 Default 404 handler, which looks for the requested URL in the redirects 72 table, redirects if found, and displays 404 page if not redirected. 71 Default 404 handler. 73 72 74 73 Templates: `404.html`
