index
:
django.git
fix-31295
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
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
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-04-10
Fixed #9315 -- Handle spaces in URL tag arguments.
Malcolm Tredinnick
2009-04-04
Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...
Karen Tracey
2009-03-30
Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ...
Justin Bronn
2009-03-23
Added consistent support for double- and single-quote delimiters in templates.
Malcolm Tredinnick
2008-08-30
Fixed #8710: removed a few stray tabs. Thanks, gkelly.
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-06-06
Refs #7297 -- Corrected some doctest strings internal to the utils.text modul...
Russell Keith-Magee
2007-08-15
Fixed #5156 -- Added some translation calls to a couple of missed words. Base...
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-30
Removed some trailing whitespace that had smuggled itself aboard in [4870].
Malcolm Tredinnick
2007-03-30
Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.
Malcolm Tredinnick
2007-03-20
Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...
Russell Keith-Magee
2007-02-10
Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst
Malcolm Tredinnick
2006-12-15
Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the...
Jacob Kaplan-Moss
2006-09-22
Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul.
Malcolm Tredinnick
2006-06-08
Changed django.utils.text.smart_split to return strings, not tuples
Adrian Holovaty
2006-06-07
Added django.utils.text.smart_split. Thanks, ckknight
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-01-13
fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th...
Georg Bauer
2005-12-04
added infrastructure code for later javascript translating (currently not act...
Georg Bauer
[next]