django1/django/views/templates
Tim Graham 293608a2e0 Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "unicode hint".
The test passes before and after the removal. unicode_hint will never
be SafeText, so normal autoescaping is sufficient.
2017-08-02 15:16:22 -04:00
..
default_urlconf.html Fixed #28007 -- Moved debug templates to the filesystem 2017-04-12 11:36:47 -04:00
technical_404.html Removed unneeded escape filter in templates where autoescaping is enabled. 2017-08-01 10:52:29 -04:00
technical_500.html Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "unicode hint". 2017-08-02 15:16:22 -04:00
technical_500.txt Fixed #28007 -- Moved debug templates to the filesystem 2017-04-12 11:36:47 -04:00