summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_text.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-136/+172
* Fixed unescape_string_literal() crash on empty strings.Florian Apolloner2021-12-141-1/+1
* Added test for ValueErrors in unescape_string_literal().Florian Apolloner2021-12-141-0/+7
* Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner2021-05-041-0/+8
* Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...Mariusz Felisiak2021-01-141-28/+1
* Refs #27804 -- Used subTest() in tests.utils_tests.test_text.Jon Dufresne2020-06-041-8/+13
* Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.David Smith2020-05-291-0/+4
* Added more tests for slugify().David Smith2020-05-291-0/+3
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn2019-12-301-0/+1
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-1/+1
* Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...Florian Apolloner2019-08-011-4/+21
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Refs #27753 -- Deprecated django.utils.text.unescape_entities().Jon Dufresne2019-05-081-1/+11
* Completed test coverage for utils.text._replace_entity().Hasan Ramezani2019-01-231-0/+2
* Completed test coverage for utils.text.Truncator.chars().Hasan Ramezani2019-01-191-0/+1
* Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz2018-08-211-16/+16
* Fixed #29412 -- Stopped marking slugify() result as HTML safe.Claude Paroz2018-07-201-0/+3
* Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...Tim Graham2018-03-061-0/+4
* Updated tests after French translation updateClaude Paroz2017-04-041-1/+1
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-5/+0
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-1/+1
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-2/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* 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-6/+3
* Fixed #26866 -- Added format_lazy functionMattias Loverot2016-08-241-1/+23
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-49/+43
* Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti2015-12-121-4/+27
* Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson2015-07-171-4/+9
* Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville2015-02-041-0/+11
* Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.Tim Graham2015-01-171-33/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-12/+10
* Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...Diego Guimarães2014-12-061-0/+2
* Consolidated some text utils into the utils_tests test package.Loic Bistuer2014-09-231-0/+46
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-2/+3
* Really hidden warnings in javascript_quote testsClaude Paroz2014-03-051-3/+4
* Deprecated django.utils.text.javascript_quote.Baptiste Mispelon2014-02-221-6/+17
* Fixed test failures when running in a narrow Python build.Baptiste Mispelon2014-02-221-0/+5
* Fixed #21725 -- Fixed JavaScript quoting encoding.MattBlack852014-02-151-0/+5
* Fixed #21731 -- Made javascript_quote escapes '</'.Vajrasky Kok2014-02-061-0/+11
* Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.Baptiste Mispelon2013-12-121-1/+7
* Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines.Vajrasky Kok2013-12-071-0/+7
* Fixed #21505 -- Added unit test for django.utils.text.get_valid_filename.Vajrasky Kok2013-11-241-0/+4
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+0
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-141-2/+2
* Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...Jaap Roes2013-10-081-0/+9
* Fix #21185: Added tests for unescape_entities.Baptiste Mispelon2013-09-271-0/+13