Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/safestring.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23831 -- Supported strings escaped by third-party ...Aymeric Augustin2014-12-271-4/+4
* Fixed an inconsistency introduced in 547b1810.Aymeric Augustin2014-12-271-1/+1
* Revert "Fixed #20296 -- Allowed SafeData and EscapeData t...Baptiste Mispelon2014-02-051-7/+3
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+5
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
* Fixed #7261 -- support for __html__ for library interoper...Unai Zalakain2013-10-151-1/+7
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon2013-05-251-3/+7
* [py3] Ported django.utils.safestring.Aymeric Augustin2012-08-181-30/+44
* [py3] Ported django.utils.functional.Aymeric Augustin2012-08-071-2/+2
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-16/+17
* Fixed #6071 -- Fixed another infinite recursion problem i...Malcolm Tredinnick2007-12-021-9/+9
* Fixed #6021 -- Removed some brain damage from SafeString....Malcolm Tredinnick2007-12-011-3/+0
* Fixed #5960 -- Fixed some Python 2.3 incompatibilities.Malcolm Tredinnick2007-11-171-2/+0
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-0/+124