Changeset 6881
- Timestamp:
- 12/04/07 00:16:28 (9 months ago)
- Files:
-
- django/trunk/docs/request_response.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/request_response.txt
r6809 r6881 561 561 template directory. The default 404 view will use that template 562 562 for all 404 errors. The default 404 view will pass one variable 563 to the template: ``request_path``, which is the URL which564 resultedin the 404.565 566 * If ``DEBUG`` is set to ``True`` (in your settings module) then your 404563 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 567 567 view will never be used, and the traceback will be displayed instead. 568 568
