summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/html.py
AgeCommit message (Expand)Author
2012-11-24[1.5.x] Fixed #19237 -- Improved strip_tags utilityChris Khoo
2012-09-24Replaced a deprecated assertEqualsClaude Paroz
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-07-20Removed u prefixes on unicode strings.Aymeric Augustin
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-04-28Fixed #7267 - UnicodeDecodeError in clean_htmlLuke Plant
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2010-09-28A few test optimizations; using native unittest where no Django-specific Test...Russell Keith-Magee
2010-09-27Reorganized utils tests so it's all in separate modules. Thanks to Stephan Ja...Russell Keith-Magee