django/tests/regressiontests/generic_views/templates/generic_views
Aymeric Augustin 03f86a5adb Fixed #18354 -- Performance issue in CBV.
Prevented repeating a query twice when the model isn't ordered by
-date_field (in Meta), allow_empty is False and pagination isn't
enabled.
2012-05-20 13:18:42 +02:00
..
about.html Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch. 2011-01-24 14:24:35 +00:00
apple_detail.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
artist_detail.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
artist_form.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
author_confirm_delete.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
author_detail.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
author_form.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
author_list.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
author_objects.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
author_view.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
book_archive.html Fixed #18354 -- Performance issue in CBV. 2012-05-20 13:18:42 +02:00
book_archive_day.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
book_archive_month.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
book_archive_week.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
book_archive_year.html Fixed #18354 -- Performance issue in CBV. 2012-05-20 13:18:42 +02:00
book_detail.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
book_list.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
confirm_delete.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
detail.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
form.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
list.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
page_template.html Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00