This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
view_tests
/
tests
History
Aymeric Augustin
ee0ef1b094
Partial revert of 165f44aa.
...
That commit didn't always improve readability. See discussion on django-developers for details.
2013-09-22 14:04:10 +02:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
test_debug.py
Fixed
#21098
-- Applied sensitive_post_parameters to MultiValueDict
2013-09-18 09:48:36 -04:00
test_defaults.py
Fixed
#20822
-- Set content type of default error pages to 'text/html'.
2013-08-04 11:04:37 +02:00
test_i18n.py
Partial revert of 165f44aa.
2013-09-22 14:04:10 +02:00
test_shortcuts.py
Fixed
#4278
-- Added a dirs parameter to a few functions to override TEMPLATE_DIRS.
2013-09-18 07:37:08 -04:00
test_specials.py
Modified view_tests for unittest2 discovery.
2013-04-12 15:42:07 -06:00
test_static.py
Test that django.views.static.serve() generates 404 status codes.
2013-08-10 16:00:22 -03:00