index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
text.py
Age
Commit message (
Expand
)
Author
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-22
Deprecated django.utils.text.javascript_quote.
Baptiste Mispelon
2014-02-15
Fixed #21725 -- Fixed JavaScript quoting encoding.
MattBlack85
2014-02-13
Fixed #19496 -- Added truncatechars_html filter.
Jeremy
2014-02-06
Fixed #21731 -- Made javascript_quote escapes '</'.
Vajrasky Kok
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-22
Fixed #21651 -- Remove recapitalize.
Marc Tamlyn
2013-12-12
Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.
Baptiste Mispelon
2013-12-12
Fixed PEP257 violations (single-quoted docstrings) in utils.text.
Baptiste Mispelon
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-07
Fixed #21573 -- Improved performance of utils.text.normalize_newlines.
Vajrasky Kok
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Fixed E227 pep8 warnings
Tim Graham
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-08
Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...
Jaap Roes
2013-09-27
Fix #21185: Added tests for unescape_entities.
Baptiste Mispelon
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-04-10
Fixed #20231 -- Don't use allow_lazy on smart_split
Baptiste Mispelon
2013-02-13
Fixed #19693 -- Made truncatewords_html handle self-closing tags
Claude Paroz
2012-12-29
Removed truncate_words and truncate_html_words.
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-08-23
Reordered imports
Aymeric Augustin
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-18
[py3] Made 212b9826bd Python 3-friendly
Aymeric Augustin
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-08-15
Fix changes introduced in fd04e7 so they don't break on Python 3.
Ramiro Morales
2012-08-15
Added import of force_unicode to utils/text.py
Adrian Holovaty
2012-08-14
[py3] Fixed admin_views tests
Claude 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-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-28
Whitespace formatting
Not Carl
2012-04-28
forgot the allow_lazy(phone2numeric)
Not Carl
2012-04-28
Modified phone2numeric to not use regular expression or lambdas
Not Carl
2012-01-02
Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong an...
Julien Phalip
2011-07-14
Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-12-12
Fixed #5672 -- Allow the separator in the get_text_list utility function to b...
Jannis Leidel
2010-08-07
Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and...
Russell Keith-Magee
2010-02-24
Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ...
Joseph Kocherhans
2010-02-14
Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...
Jacob Kaplan-Moss
2010-02-13
Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...
Russell Keith-Magee
[next]