summaryrefslogtreecommitdiff
path: root/django/utils/safestring.py
AgeCommit message (Expand)Author
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-06-07Fixed #10107 -- Allowed using mark_safe() as a decorator.Scott Vitale
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-27Fixed #23831 -- Supported strings escaped by third-party libs in Django.Aymeric Augustin
2014-12-27Fixed an inconsistency introduced in 547b1810.Aymeric Augustin
2014-02-05Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-15Fixed #7261 -- support for __html__ for library interoperabilityUnai Zalakain
2013-10-10Whitespace cleanup.Tim Graham
2013-05-25Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-07[py3] Ported django.utils.functional.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2007-12-02Fixed #6071 -- Fixed another infinite recursion problem in SafeString andMalcolm Tredinnick
2007-12-01Fixed #6021 -- Removed some brain damage from SafeString. Not quite sure what IMalcolm Tredinnick
2007-11-17Fixed #5960 -- Fixed some Python 2.3 incompatibilities.Malcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick