index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_safestring.py
Age
Commit message (
Expand
)
Author
2016-06-07
Fixed #10107 -- Allowed using mark_safe() as a decorator.
Scott Vitale
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2015-12-12
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-27
Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-27
Fixed an inconsistency introduced in 547b1810.
Aymeric Augustin
2014-10-20
Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...
Jon Dufresne
2014-02-05
Removed import which is now unused
Alex Gaynor
2014-02-05
Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"
Baptiste Mispelon
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-15
Fixed #7261 -- support for __html__ for library interoperability
Unai Zalakain
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-25
Fixed #20296 -- Allowed SafeData and EscapeData to be lazy
Baptiste Mispelon