index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
utils
/
html.py
Age
Commit message (
Expand
)
Author
2013-07-28
[1.5.x] Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-02-06
Partially revert 9efe1a721, strip_tags improvements
Claude Paroz
2012-11-24
[1.5.x] Fixed #19237 -- Improved strip_tags utility
Chris Khoo
2012-09-24
Replaced a deprecated assertEquals
Claude Paroz
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-07-20
Removed u prefixes on unicode strings.
Aymeric Augustin
2012-07-03
Added 'format_html' utility for formatting HTML fragments safely
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-04-28
Fixed #7267 - UnicodeDecodeError in clean_html
Luke Plant
2011-01-02
Fixed #2986 -- Made the JavaScript code that drives related model instance ad...
Ramiro Morales
2010-09-28
A few test optimizations; using native unittest where no Django-specific Test...
Russell Keith-Magee
2010-09-27
Reorganized utils tests so it's all in separate modules. Thanks to Stephan Ja...
Russell Keith-Magee