django1/django/views
Adrian Holovaty 0e0a1dc0b7 Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping initial slash from the display of the current URL. Thanks, Collin Grady
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09 01:10:26 +00:00
..
decorators Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
generic Fixed #3170: added first_on_page and last_on_page arguments to paginated generic views. Thanks, Grimboy. 2007-02-26 04:53:44 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
debug.py Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping initial slash from the display of the current URL. Thanks, Collin Grady 2007-04-09 01:10:26 +00:00
defaults.py Added a comment to the 404/500 views so that people with DEBUG=False and no 404/500 template will get a clue about which template to create. 2007-02-26 17:43:41 +00:00
i18n.py Fixed #3640 -- Improved error handling in views.i18n.set_language(). Thanks 2007-03-12 09:21:22 +00:00
static.py Changed template names from [3707] to remove initial caps, to fit our style. 2006-09-04 23:49:14 +00:00