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_text.py
Age
Commit message (
Expand
)
Author
2026-03-09
Fixed #36293 -- Avoided buffering streaming responses in GZipMiddleware.
farhan
2026-02-25
Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit references...
Natalia
2026-02-03
Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.Truncator...
Natalia
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-03-04
Refs CVE-2024-27351 -- Forwardported release notes and tests.
Shai Berger
2024-02-07
Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator.
David Smith
2024-02-07
Refs #30686 -- Fixed text truncation for negative or zero lengths.
David Smith
2024-02-06
Refs #30686 -- Improved test coverage of Truncator.
David Smith
2023-10-04
Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncato...
Natalia
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-14
Fixed unescape_string_literal() crash on empty strings.
Florian Apolloner
2021-12-14
Added test for ValueErrors in unescape_string_literal().
Florian Apolloner
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-01-14
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...
Mariusz Felisiak
2020-06-04
Refs #27804 -- Used subTest() in tests.utils_tests.test_text.
Jon Dufresne
2020-05-29
Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.
David Smith
2020-05-29
Added more tests for slugify().
David Smith
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2019-12-30
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-08-01
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-05-08
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
Jon Dufresne
2019-01-23
Completed test coverage for utils.text._replace_entity().
Hasan Ramezani
2019-01-19
Completed test coverage for utils.text.Truncator.chars().
Hasan Ramezani
2018-08-21
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-07-20
Fixed #29412 -- Stopped marking slugify() result as HTML safe.
Claude Paroz
2018-03-06
Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...
Tim Graham
2017-04-04
Updated tests after French translation update
Claude Paroz
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-08-24
Fixed #26866 -- Added format_lazy function
Mattias Loverot
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-12-12
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-02-04
Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()
Matthew Somerville
2015-01-17
Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-06
Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...
Diego Guimarães
2014-09-23
Consolidated some text utils into the utils_tests test package.
Loic Bistuer
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-05
Really hidden warnings in javascript_quote tests
Claude Paroz
2014-02-22
Deprecated django.utils.text.javascript_quote.
Baptiste Mispelon
2014-02-22
Fixed test failures when running in a narrow Python build.
Baptiste Mispelon
[next]