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
/
html.py
Age
Commit message (
Expand
)
Author
2024-12-04
[4.2.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().
Sarah Boyce
2024-09-03
[4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...
Sarah Boyce
2024-07-31
[4.2.x] Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.htm...
Mariusz Felisiak
2024-07-31
[4.2.x] Fixed CVE-2024-41990 -- Mitigated potential DoS in urlize and urlizet...
Sarah Boyce
2024-07-09
[4.2.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizet...
Adam Johnson
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-06-28
Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_s...
Hrushikesh Vaidya
2022-02-21
Removed unnecessary str type from @keep_lazy decorator for escape()/escapejs().
Mariusz Felisiak
2022-02-10
Refs #32568 -- Optimized escape() by using SafeString instead of mark_safe().
David
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-22
Fixed #33302 -- Made element_id optional argument for json_script template fi...
Baptiste Mispelon
2021-11-03
Refs #33245 -- Minor edits to django.utils.html.urlize() changes.
tim-mccurrach
2021-11-01
Fixed #33245 -- Made django.utils.html.urlize() thread-safe.
Timothy McCurrach
2021-10-15
Fixed #33195 -- Refactored urlize() based on a class.
Claude Paroz
2021-10-14
Removed unused DOTS list.
Claude Paroz
2021-07-07
Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...
Shipeng Feng
2019-11-25
Removed unused unencoded_ampersands_re regex.
Baptiste Mispelon
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-08-01
Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tag...
Florian Apolloner
2019-07-03
Refs #30608 -- Added django.utils.encoding.punycode().
Mariusz Felisiak
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2018-10-12
Simplified django.utils.html.urlize().
Tim Graham
2018-10-12
Refs #29826 -- Removed unused characters from urlize configuration.
Tim Graham
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-08-21
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-03-06
Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetr...
Tim Graham
2018-02-09
Refs #27795 -- Replaced force_text() calls with str() in django.utils.html.
Jon Dufresne
2018-02-07
Fixed #17419 -- Added json_tag template filter.
Jonas Haag
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-10-13
Improved performance of utils.html.escape().
Tom
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-03-04
Fixed #27900 -- Made escapejs escape backticks for use in ES6 template literals.
Tim Graham
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-02
Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escape
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
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-09-23
Removed unused regexes from django.utils.html.
Jon Dufresne
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
[next]