Django

Code

Changeset 7650

Show
Ignore:
Timestamp:
06/15/08 22:41:03 (5 months ago)
Author:
adrian
Message:

Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, kcarnold and Simon Greenhill

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/views/defaults.py

    r5594 r7650  
    6969def page_not_found(request, template_name='404.html'): 
    7070    """ 
    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. 
    7372 
    7473    Templates: `404.html`