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-03-06 15:32:33 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
view_tests
/
tests
History
Tim Gates
698df6a009
Fixed typos in test comments.
2019-06-25 11:12:45 +02:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
test_csrf.py
Fixed
#30399
-- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
2019-04-25 15:09:07 +02:00
test_debug.py
Fixed typos in test comments.
2019-06-25 11:12:45 +02:00
test_defaults.py
Fixed
#30521
-- Fixed invalid HTML in default error pages.
2019-06-07 07:51:45 +02:00
test_i18n.py
Fixed typos in test names.
2019-04-27 07:47:42 +02:00
test_json.py
Refs
#23919
-- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
test_specials.py
Refs
#23919
-- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
test_static.py
Completed test coverage of views.static.directory_name().
2018-10-23 20:44:27 -04:00