django/tests/regressiontests/generic_views
Aymeric Augustin 256352a790 Added file forgotten in d5ad9d3d. 2013-01-30 22:11:19 +01:00
..
fixtures Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list views as a context variable. Thanks to diegueus9 for the report. 2011-01-03 13:15:58 +00:00
templates Added file forgotten in d5ad9d3d. 2013-01-30 22:11:19 +01:00
__init__.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
base.py [1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView. 2013-01-30 21:34:39 +01:00
dates.py Fixed #16218 -- date_list order in generic CBVs. 2012-09-22 11:47:34 +02:00
detail.py Fixed #16744 -- Class based view should have the view object in the context 2012-08-18 15:07:21 +01:00
edit.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
forms.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
list.py [1.5.x] Test for `ListView.page_kwarg` 2012-11-17 21:30:47 +01:00
models.py [1.5.X] Fixed #18974 - Warned against using models.permalink 2012-11-22 16:10:42 -05:00
tests.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
urls.py [1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView. 2013-01-30 21:34:39 +01:00
views.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00