django1/django/views/generic
Malcolm Tredinnick 11416e4a54 Fixed #2362 -- Corrected the way we retrieve an object so that it works for
one-to-one fields.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-26 04:11:30 +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 #2075 -- Added 'page' parameter to object_list generic view. Thanks, kanashii@kanashii.ca 2006-06-03 22:06:48 +00:00
simple.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00