django/tests/generic_views
Tim Graham 96d1d4e292 Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
..
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
templates Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_base.py Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
test_dates.py Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
test_detail.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
test_edit.py Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
test_forms.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
test_list.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
views.py adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist when it should have raised an ImproperlyConfigured. fixes 16502. by @ianawilson, @jambonrose 2013-09-06 16:27:34 -05:00