summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_safestring.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.Theo Alexiou2022-02-211-5/+13
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-24/+27
* Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.Keryn Knight2022-01-291-1/+13
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-2/+2
* Refs #27753 -- Favored SafeString over SafeText.Tim Graham2019-02-061-1/+1
* Fixed #29412 -- Stopped marking slugify() result as HTML safe.Claude Paroz2018-07-201-5/+1
* Refs #27795 -- Prevented SafeText from losing safe status on str()Claude Paroz2017-01-301-0/+7
* Reintroduced lazy import from commit 52138b1fd0Claude Paroz2017-01-301-1/+1
* Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz2017-01-301-6/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham2017-01-171-39/+2
* Fixed #10107 -- Allowed using mark_safe() as a decorator.Scott Vitale2016-06-071-0/+30
* Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham2016-05-101-1/+6
* Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti2015-12-121-3/+2
* 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 libs in Django.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() to result in 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 to be lazy"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 interoperabilityUnai 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