django1/django/views
Adrian Holovaty 074299db83 Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view. Thanks, jpaulofarias
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2444 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-28 15:52:57 +00:00
..
auth Fixed #903 -- Added login_url argument to user_passes_test view decorator. Didn't add it to login_required decorator because that would turn login_required into a callable decorator, which would break backwards compatibility. 2005-11-26 07:20:07 +00:00
decorators Fixed #903 -- Added login_url argument to user_passes_test view decorator. Didn't add it to login_required decorator because that would turn login_required into a callable decorator, which would break backwards compatibility. 2005-11-26 07:20:07 +00:00
generic Fixed #1033 -- pagination in object_list generic views now use 1-indexed page numbers in the URL. Thanks, Tom Tobin. 2006-02-27 23:34:39 +00:00
registration and another little fix to the email sending stuff on password_reset - using Context works much better after importing it 2005-11-25 00:20:13 +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 #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view. Thanks, jpaulofarias 2006-02-28 15:52:57 +00:00
defaults.py Changed views.defaults page_not_found and server_error to pass in optional template_name override 2005-11-22 05:47:51 +00:00
i18n.py Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows of builtin variable names 2006-01-19 01:06:12 +00:00
static.py Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran Holland 2006-02-17 17:56:46 +00:00