This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-20 22:34:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
generic_views
History
Claude Paroz
c1c44b2506
Factorized requires_tz_support decorator in test utils
...
Thanks Aymeric Augustin for the suggestion. Refs
#21165
.
2013-10-01 13:20:41 +02: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
Factorized requires_tz_support decorator in test utils
2013-10-01 13:20:41 +02:00
test_detail.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
test_edit.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02: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