summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_html.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_s...Hrushikesh Vaidya2022-06-281-0/+11
* Rewrote strip_tags test file to lorem ipsum.Adam Johnson2022-03-081-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-9/+18
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-90/+133
* Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon2021-11-221-0/+6
* Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...Shipeng Feng2021-07-071-0/+4
* Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tag...Florian Apolloner2019-08-011-0/+2
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-1/+3
* Removed default mode='r' argument from calls to open().Jon Dufresne2019-01-271-1/+1
* Fixed #29920 -- Added a test for smart_urlquote()'s UnicodeError branch.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-091-0/+1
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Added more tests for django.utils.html.urlize().Tim Graham2018-03-061-0/+6
* Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetr...Tim Graham2018-03-061-0/+9
* Added tests for utils.html.urlize() (lazy string inputs were untested).Tim Graham2018-02-101-1/+16
* Fixed #17419 -- Added json_tag template filter.Jonas Haag2018-02-071-2/+24
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-2/+2
* Fixed #27900 -- Made escapejs escape backticks for use in ES6 template literals.Tim Graham2017-03-041-0/+1
* Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escapeClaude Paroz2017-02-021-0/+1
* Refs #27804 -- Used subTest() in tests.utils_tests.test_html.Tim Graham2017-02-021-44/+53
* Imported specific functions in tests.utils_tests.test_html.Tim Graham2017-02-021-37/+36
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-4/+3
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-4/+4
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-35/+15
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti2015-12-121-0/+7
* Refs #23269 -- Removed the removetags template tag and related functions per ...Tim Graham2015-09-231-31/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert2015-03-271-4/+67
* Fixed an infinite loop possibility in strip_tags().Tim Graham2015-03-181-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-10/+7
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-1/+1
* Fixed urlize after smart_urlquote rewriteClaude Paroz2014-09-091-0/+1
* Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz2014-09-091-1/+5
* Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham2014-08-151-3/+10
* Tweaked strip_tags tests to pass on Python 3.3Claude Paroz2014-03-221-2/+8
* Improved strip_tags and clarified documentationClaude Paroz2014-03-221-0/+2
* Removed fix_ampersands template filter per deprecation timeline.Tim Graham2014-03-211-41/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-2/+3
* Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()Erik Romijn2014-03-011-21/+28
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #7261 -- support for __html__ for library interoperabilityUnai Zalakain2013-10-151-1/+7
* Simplified smart_urlquote and added some basic tests.Florian Apolloner2013-07-281-0/+11
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz2013-05-231-0/+3
* Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz2013-05-221-2/+6