django1/django/views/generic
Russell Keith-Magee a014ee0288 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.
This is a BACKWARDS-INCOMPATIBLE CHANGE for anyone depending on the API for get_object() that was introduced (but not documented) in r14254.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14292 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-20 00:21:47 +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 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
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 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
list.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +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