django1/django/views/generic
Malcolm Tredinnick 936a46cc89 Fixed #3034 -- Added mimetype parameter to the direct_to_template() generic
view, for consistency with the other generic views. Thanks, Paul Bx.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09 13:11: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 Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects. 2006-12-15 18:00:50 +00:00
date_based.py Fixed #2471 -- Got date-based generic views working with SQLite DateFields. Thanks for the patch, Steven Armstrong 2006-08-21 17:40:54 +00:00
list_detail.py 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
simple.py Fixed #3034 -- Added mimetype parameter to the direct_to_template() generic 2007-04-09 13:11:39 +00:00