django1/django/views/generic
Malcolm Tredinnick 0fea1348d6 Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic
view. Thanks, trevor.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-23 05:45:59 +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 #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira. 2007-08-12 12:59:41 +00:00
date_based.py Fixed #685 -- archive_index() and object_list() generic views allow empty 2007-12-02 15:43:35 +00:00
list_detail.py Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic 2008-03-23 05:45:59 +00:00
simple.py Fixed #5468 -- Fixed the handling of the context argument in direct_to_template generic views. Thanks, durdinator. 2007-09-15 11:12:54 +00:00