django1/django/views/generic
Adrian Holovaty 9c44d8b60b Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt McClanahan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-27 23:38:49 +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 #2362 -- Corrected the way we retrieve an object so that it works for 2006-09-26 04:11:30 +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 #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt McClanahan 2006-11-27 23:38:49 +00:00
simple.py Fixes #2966 -- Added extra_context parameter to direct_to_template generic view to keep it aligned with capabilities of other generic views. Thanks, wam-djangobug@wamber.net. 2006-10-30 14:30:43 +00:00