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_html.py
Age
Commit message (
Expand
)
Author
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
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-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
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-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
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-08-15
Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.
Tim Graham
2014-03-22
Tweaked strip_tags tests to pass on Python 3.3
Claude Paroz
2014-03-22
Improved strip_tags and clarified documentation
Claude Paroz
2014-03-21
Removed fix_ampersands template filter per deprecation timeline.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-01
Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()
Erik Romijn
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-15
Fixed #7261 -- support for __html__ for library interoperability
Unai Zalakain
2013-07-28
Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-23
Fixed #19237 (again) - Made strip_tags consistent between Python versions
Claude Paroz
2013-05-22
Fixed #19237 -- Used HTML parser to strip tags
Claude Paroz
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons