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
/
django
/
utils
/
text.py
Age
Commit message (
Expand
)
Author
2021-01-14
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...
Mariusz Felisiak
2020-05-29
Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.
David Smith
2020-05-29
Corrected slugify()'s docstring.
David Smith
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2019-12-30
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-08-01
Removed unneeded ValueError catching in django.utils.text._replace_entity().
Jon Dufresne
2019-08-01
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-05-08
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
Jon Dufresne
2018-10-04
Simplified utils.text.StreamingBuffer.
Sergey Fedoseev
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
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-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-10
Removed duplicate lines in slugify().
Jon Dufresne
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Decorated a few functions.
Tim Graham
2016-10-14
Refs #19705 -- Changed gzip modification times to 0.
Kevin Christopher Henry
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-24
Fixed #26866 -- Added format_lazy function
Mattias Loverot
2016-08-04
Fixed #27020 -- Used a context manager to close files.
Ville Skyttä
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
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-06
Sorted imports with isort; refs #23860.
Tim Graham
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-10-30
Fixed #23558 -- documented slugify limitations
David Hoffman
2014-10-20
Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...
Jon Dufresne
2014-05-17
Fixed #6668 -- Optimized utils.text wrap function
Markus Amalthea Magnuson
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-22
Deprecated django.utils.text.javascript_quote.
Baptiste Mispelon
2014-02-15
Fixed #21725 -- Fixed JavaScript quoting encoding.
MattBlack85
2014-02-13
Fixed #19496 -- Added truncatechars_html filter.
Jeremy
2014-02-06
Fixed #21731 -- Made javascript_quote escapes '</'.
Vajrasky Kok
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
[next]