1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/view_tests/tests
Hiroki KIYOHARA d0889863de Fixed code to solve #23070 problem
Added a class to wrap callable in settings:
* Not to call in the debug page (#21345).
* Not to break the debug page if the callable forbidding to set attributes (#23070).

Thanks @bmispelon for giving me some advice.
2014-07-26 12:35:51 +02:00
..
__init__.py
test_csrf.py Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
test_debug.py Fixed code to solve #23070 problem 2014-07-26 12:35:51 +02:00
test_defaults.py Fixed #21598 -- cleaned up template loader overrides in tests 2014-05-22 18:35:16 -04:00
test_i18n.py Added Chrome/IE support for a selenium test. 2014-07-16 10:52:49 -04:00
test_json.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
test_shortcuts.py Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
test_specials.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
test_static.py Fixed a few warnings in the testsuite. 2014-05-25 23:14:50 +02:00