1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/generic_views
2013-10-18 01:46:24 +01:00
..
fixtures
templates
__init__.py
models.py
test_base.py fixed test name from an old, overly specific iteration of the test 2013-09-06 17:20:43 -05:00
test_dates.py Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
test_detail.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
test_edit.py Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01: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