Kaydet (Commit) 16482911 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks,…

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst fbeec87b
......@@ -68,8 +68,7 @@ def shortcut(request, content_type_id, object_id):
def page_not_found(request, template_name='404.html'):
"""
Default 404 handler, which looks for the requested URL in the redirects
table, redirects if found, and displays 404 page if not redirected.
Default 404 handler.
Templates: `404.html`
Context:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment