summaryrefslogtreecommitdiff
path: root/tests/template_backends/test_dummy.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-26/+33
* Refs #32800 -- Avoided use of _does_token_match() in some CSRF tests.Chris Jerdonek2021-11-161-2/+8
* Refs #32800 -- Renamed _compare_masked_tokens() to _does_token_match().Chris Jerdonek2021-08-031-1/+1
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Fixed #31291 -- Renamed salt to mask for CSRF tokens.Ram Rachum2020-02-251-1/+1
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-2/+2
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-4/+0
* Fixed #20869 -- made CSRF tokens change every request by salt-encrypting themShai Berger2016-05-191-6/+9
* Refs #24652 -- Made sure template backend tests call their super setUpClass.Simon Charette2015-05-201-0/+1
* Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons2015-05-061-1/+2
* Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...Moritz Sichert2015-03-181-1/+18
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-121-1/+9
* Added basic tests for template backends.Aymeric Augustin2014-12-281-0/+70