Ticket #7127: 7127.diff
File 7127.diff, 526 bytes (added by , 16 years ago) |
---|
-
django_src/django/views/defaults.py
68 68 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` 75 74 Context: