summaryrefslogtreecommitdiff
path: root/django/utils/text.py
AgeCommit message (Expand)Author
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-28Whitespace formattingNot Carl
2012-04-28forgot the allow_lazy(phone2numeric)Not Carl
2012-04-28Modified phone2numeric to not use regular expression or lambdasNot Carl
2012-01-02Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong an...Julien Phalip
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-12-12Fixed #5672 -- Allow the separator in the get_text_list utility function to b...Jannis Leidel
2010-08-07Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and...Russell Keith-Magee
2010-02-24Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ...Joseph Kocherhans
2010-02-14Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...Jacob Kaplan-Moss
2010-02-13Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-04-10Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-04Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...Karen Tracey
2009-03-30Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ...Justin Bronn
2009-03-23Added consistent support for double- and single-quote delimiters in templates.Malcolm Tredinnick
2008-08-30Fixed #8710: removed a few stray tabs. Thanks, gkelly.Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-06Refs #7297 -- Corrected some doctest strings internal to the utils.text modul...Russell Keith-Magee
2007-08-15Fixed #5156 -- Added some translation calls to a couple of missed words. Base...Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-03-30Removed some trailing whitespace that had smuggled itself aboard in [4870].Malcolm Tredinnick
2007-03-30Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.Malcolm Tredinnick
2007-03-20Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...Russell Keith-Magee
2007-02-10Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilstMalcolm Tredinnick
2006-12-15Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the...Jacob Kaplan-Moss
2006-09-22Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul.Malcolm Tredinnick
2006-06-08Changed django.utils.text.smart_split to return strings, not tuplesAdrian Holovaty
2006-06-07Added django.utils.text.smart_split. Thanks, ckknightAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-13fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th...Georg Bauer
2005-12-04added infrastructure code for later javascript translating (currently not act...Georg Bauer
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-09-13Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467Adrian Holovaty
2005-09-13Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...Adrian Holovaty
2005-08-01Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty
2005-07-18Moved django.views.decorators.cache.compress_string into django.utils.textAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty