diff options
| author | Chris Cahoon <chris.cahoon@gmail.com> | 2009-07-17 11:33:35 +0000 |
|---|---|---|
| committer | Chris Cahoon <chris.cahoon@gmail.com> | 2009-07-17 11:33:35 +0000 |
| commit | a873df6f3765075b615e9e9c7f2b178ee90cdbcf (patch) | |
| tree | 5e074157d1d6ea9a9ff08a69b53e827a435f7a61 /docs/intro/tutorial03.txt | |
| parent | bf66b536a2e5c1307b3e47d737012fd4829faf01 (diff) | |
[soc2009/http-wsgi-improvements] Merged up to r12258 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial03.txt')
| -rw-r--r-- | docs/intro/tutorial03.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index f4ef5f76fe..687407a284 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -365,7 +365,7 @@ That takes care of setting ``handler404`` in the current module. As you can see in ``django/conf/urls/defaults.py``, ``handler404`` is set to :func:`django.views.defaults.page_not_found` by default. -Three more things to note about 404 views: +Four more things to note about 404 views: * If :setting:`DEBUG` is set to ``True`` (in your settings module) then your 404 view will never be used (and thus the ``404.html`` template will never |
