Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/text.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-4/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Fixed #24242 -- Improved efficiency of utils.text.compres...Matthew Somerville2015-02-041-2/+5
* Removed utils.text.javascript_quote() per deprecation tim...Tim Graham2015-01-171-29/+0
* Fixed #23558 -- documented slugify limitationsDavid Hoffman2014-10-301-3/+3
* Fixed #20221 -- Allowed some functions that use mark_safe...Jon Dufresne2014-10-201-2/+3
* Fixed #6668 -- Optimized utils.text wrap functionMarkus Amalthea Magnuson2014-05-171-20/+23
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Deprecated django.utils.text.javascript_quote.Baptiste Mispelon2014-02-221-0/+6
* Fixed #21725 -- Fixed JavaScript quoting encoding.MattBlack852014-02-151-1/+1
* Fixed #19496 -- Added truncatechars_html filter.Jeremy2014-02-131-20/+33
* Fixed #21731 -- Made javascript_quote escapes '</'.Vajrasky Kok2014-02-061-0/+1
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-0/+10
* Fixed #21651 -- Remove recapitalize.Marc Tamlyn2013-12-221-9/+0
* Fixed #21574 -- Handle bytes consistently in utils.text.n...Baptiste Mispelon2013-12-121-1/+3
* Fixed PEP257 violations (single-quoted docstrings) in uti...Baptiste Mispelon2013-12-121-2/+2
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-2/+1
* Fixed #21573 -- Improved performance of utils.text.normal...Vajrasky Kok2013-12-071-1/+2
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+14
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed E227 pep8 warningsTim Graham2013-10-211-1/+1
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-2/+4
* Fixed #20568 -- truncatewords_html no longer splits words...Jaap Roes2013-10-081-1/+1
* Fix #21185: Added tests for unescape_entities.Baptiste Mispelon2013-09-271-2/+2
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #20231 -- Don't use allow_lazy on smart_splitBaptiste Mispelon2013-04-101-1/+0
* Fixed #19693 -- Made truncatewords_html handle self-closi...Claude Paroz2013-02-131-1/+1
* Removed truncate_words and truncate_html_words.Aymeric Augustin2012-12-291-14/+0
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-0/+31
* Reordered importsAymeric Augustin2012-08-231-4/+5
* [py3] Removed duplicate imports.Aymeric Augustin2012-08-231-2/+1
* [py3] Made 212b9826bd Python 3-friendlyAymeric Augustin2012-08-181-3/+3
* Fixed #14516 -- Extract methods from removetags and slugi...Marc Tamlyn2012-08-181-0/+12
* Fix changes introduced in fd04e7 so they don't break on P...Ramiro Morales2012-08-161-3/+6
* Added import of force_unicode to utils/text.pyAdrian Holovaty2012-08-151-1/+3
* [py3] Fixed admin_views testsClaude Paroz2012-08-141-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-12/+12
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-2/+2
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-12/+13
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-22/+24
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-1/+1
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-6/+2
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-2/+2
* Whitespace formattingNot Carl2012-04-281-1/+1
* forgot the allow_lazy(phone2numeric)Not Carl2012-04-281-0/+1
* Modified phone2numeric to not use regular expression or l...Not Carl2012-04-281-8/+6
* Fixed #10931 -- Made `Truncator` handle newlines properly...Julien Phalip2012-01-021-2/+2