summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_safestring.py
AgeCommit message (Expand)Author
2024-08-12Fixed #35648 -- Raised NotImplementedError in SafeString.__add__ for non-stri...Matthias Kestenholz
2024-08-12Refs #35648 -- Added test for addition between SafeString and str in utils_te...Matthias Kestenholz
2022-02-21Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.Theo Alexiou
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-29Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.Keryn Knight
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2018-07-20Fixed #29412 -- Stopped marking slugify() result as HTML safe.Claude Paroz
2017-01-30Refs #27795 -- Prevented SafeText from losing safe status on str()Claude Paroz
2017-01-30Reintroduced lazy import from commit 52138b1fd0Claude Paroz
2017-01-30Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
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-12-12Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
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-10-20Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...Jon Dufresne
2014-02-05Removed import which is now unusedAlex Gaynor
2014-02-05Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-15Fixed #7261 -- support for __html__ for library interoperabilityUnai Zalakain
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-25Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon