Django

Code

Changeset 6881

Show
Ignore:
Timestamp:
12/04/07 00:16:28 (9 months ago)
Author:
adrian
Message:

Edited docs/request_response.txt changes from [6808]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/request_response.txt

    r6809 r6881  
    561561      template directory. The default 404 view will use that template 
    562562      for all 404 errors. The default 404 view will pass one variable 
    563       to the template: ``request_path``, which is the URL which 
    564       resulted in the 404. 
    565  
    566     * If ``DEBUG`` is set to ``True`` (in your settings module) then your 404 
     563      to the template: ``request_path``, which is the URL that resulted 
     564      in the 404. 
     565 
     566    * If ``DEBUG`` is set to ``True`` (in your settings module), then your 404 
    567567      view will never be used, and the traceback will be displayed instead. 
    568568