django1/django/views/generic
Jacob Kaplan-Moss da310cff67 Fixed #1033 -- pagination in object_list generic views now use 1-indexed page numbers in the URL. Thanks, Tom Tobin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-27 23:34:39 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
create_update.py Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify processesors for DjangoContext. Thanks, Luke Plant 2005-12-24 04:39:59 +00:00
date_based.py Fixed #1229 -- Added allow_empty argument to archive_year and archive_month date-based generic views 2006-02-18 20:13:46 +00:00
list_detail.py 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
simple.py Fixed #1117 -- Added HttpResponsePermanentRedirect 2006-01-03 23:57:14 +00:00