django/tests/regressiontests/views/tests
2013-02-23 17:45:26 +01:00
..
__init__.py Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScript view template. 2012-11-17 15:37:30 +01:00
debug.py Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. 2012-12-31 09:34:08 -08:00
defaults.py Fixed #18807 -- Made 404.html and 500.html optional 2012-09-30 23:16:19 +02:00
i18n.py Added test runner option to skip Selenium tests (#19854). 2013-02-23 17:45:26 +01:00
shortcuts.py Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
specials.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
static.py Avoided firing the request_finished signal in tests. 2013-02-18 14:32:45 +01:00