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
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
2016-02-15
Fixed #26193 -- Made urlize() trim multiple trailing punctuation.
Jon Dufresne
2015-12-12
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-09-23
Refs #23269 -- Removed the removetags template tag and related functions per ...
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-18
Fixed an infinite loop possibility in strip_tags().
Tim Graham
2015-03-10
Fixed #24471 -- Enhanced urlize regex to exclude quotes and angle brackets.
Tim Graham
2015-03-10
Fixed escaping regression in urlize filter.
Tim Graham
2015-03-06
Fixed urlize regression with entities in query strings
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2014-12-27
Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-10-31
Fixed #23715 -- Prevented urlize from treating a trailing ! as part of an URL
Markus Holtermann
2014-10-20
Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...
Jon Dufresne
2014-09-09
Fixed flake8 warnings.
Tim Graham
2014-09-09
Fixed urlize after smart_urlquote rewrite
Claude Paroz
2014-09-09
Fixed #22267 -- Fixed unquote/quote in smart_urlquote
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-15
Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.
Tim Graham
2014-07-09
Fixed #22223 -- Prevented over-escaping URLs in reverse()
Claude Paroz
2014-07-04
Updated urlize regex following a93ee5112d4
LarryBrid
2014-07-02
Fixed #22941 - Added support for domain-only links with chars after the TLD t...
LarryBrid
2014-04-03
Refactored and commented strip_tags utility
Tomasz Wysocki
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-27
Fixed a deprecation warning with the HTMLParser safe argument.
Tim Graham
2014-03-22
Removed an unused variable.
Alex Gaynor
[prev]
[next]