Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_safestring.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+6
* Fixed #23831 -- Supported strings escaped by third-party ...Aymeric Augustin2014-12-271-4/+29
* Fixed an inconsistency introduced in 547b1810.Aymeric Augustin2014-12-271-0/+18
* Fixed #20221 -- Allowed some functions that use mark_safe...Jon Dufresne2014-10-201-0/+15
* Removed import which is now unusedAlex Gaynor2014-02-051-1/+0
* Revert "Fixed #20296 -- Allowed SafeData and EscapeData t...Baptiste Mispelon2014-02-051-11/+6
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #7261 -- support for __html__ for library interoper...Unai Zalakain2013-10-151-1/+5
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+1
* Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon2013-05-251-0/+53