summaryrefslogtreecommitdiff
path: root/django/test/html.py
AgeCommit message (Expand)Author
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-03-28Fixed spelling errorsGavin Wahl
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2012-12-24Fixed HTML comparisons of class="foo bar" and class="bar foo" in testsLuke Plant
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-08[py3] Made Element instances hashableClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-03-01Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...Carl Meyer
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer