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
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
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-09-13
Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467
Adrian Holovaty
2005-09-13
Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...
Adrian Holovaty
2005-08-01
Refactored meta.py -- created a django.core.meta package, with init.py and fi...
Adrian Holovaty
2005-07-18
Moved django.views.decorators.cache.compress_string into django.utils.text
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty