Changeset 7768 for django/branches/gis/django/views/defaults.py
- Timestamp:
- 06/26/08 10:11:55 (7 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/views/defaults.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7641 to /django/trunk:1-7767
django/branches/gis/django/views/defaults.py
r6018 r7768 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`
