django1/django/views/generic
Tim Graham 118b11221f Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom queryset.
Thanks jekka-ua for the report and patch.
2015-02-03 09:12:37 -05:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00
dates.py Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom queryset. 2015-02-03 09:12:37 -05:00
detail.py Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug 2014-10-02 15:42:30 -04:00
edit.py Fixed #24220 - Allowed lazy objects for success_url 2015-01-26 17:58:55 +01:00
list.py Fixed #18355 -- Added ordering options to list based generic views. 2014-08-15 11:09:47 -04:00