django1/django/views/generic
Malcolm Tredinnick 9075ac4b76 Fixed #685 -- archive_index() and object_list() generic views allow empty
result sets by default now. Thanks, Gary Wilson and Matt Croydon.

This is a backwards incompatible change.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-02 15:43:35 +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 #685 -- archive_index() and object_list() generic views allow empty 2007-12-02 15:43:35 +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