Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_text.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-4/+9
* Fixed #24242 -- Improved efficiency of utils.text.compres...Matthew Somerville2015-02-041-0/+11
* Removed utils.text.javascript_quote() per deprecation tim...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 prevent...Diego GuimarĂ£es2014-12-061-0/+2
* Consolidated some text utils into the utils_tests test pa...Loic Bistuer2014-09-231-0/+46
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude 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.n...Baptiste Mispelon2013-12-121-1/+7
* Fixed #21572 -- Added unit test for django.utils.text.nor...Vajrasky Kok2013-12-071-0/+7
* Fixed #21505 -- Added unit test for django.utils.text.get...Vajrasky Kok2013-11-241-0/+4
* Fixing E302 ErrorsJason Myers2013-11-031-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-151-2/+2
* Fixed #20568 -- truncatewords_html no longer splits words...Jaap Roes2013-10-081-0/+9
* Fix #21185: Added tests for unescape_entities.Baptiste Mispelon2013-09-271-0/+13
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+108