django1/django/views/generic
Russell Keith-Magee 4c9741cba2 Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so that overridden methods will get used correctly. Thanks to pyrou for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-28 02:59:04 +00:00
..
__init__.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
base.py Added a logging call on HTTP 405 for class-based views. This is for consistency with function-based views. 2010-10-19 00:26:15 +00:00
create_update.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
date_based.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
dates.py Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotImplemented comparison value. Thanks to mattmcc for the report. 2010-10-28 02:58:46 +00:00
detail.py Modified the implementation of get_object() to be consistent with the approach used elsewhere in the API. Also added documentation for get_object() which seems to have been accidentally omitted. 2010-10-20 00:21:47 +00:00
edit.py Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so that overridden methods will get used correctly. Thanks to pyrou for the report and patch. 2010-10-28 02:59:04 +00:00
list.py Fixed #14504 -- Corrected the way object_list is used in ListView to avoid overwriting context. Includes improved usage of unittest2 assertions. Thanks to Łukasz Rekucki for the final patch. 2010-10-28 02:58:28 +00:00
list_detail.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
simple.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00