summaryrefslogtreecommitdiff
path: root/django/utils/text.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorsoc2010/query-refactorAlex Gaynor2010-08-091-3/+9
* Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ...Joseph Kocherhans2010-02-241-3/+8
* Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...Jacob Kaplan-Moss2010-02-141-14/+16
* Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...Russell Keith-Magee2010-02-131-6/+6
* Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty2010-01-101-1/+1
* Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick2009-04-101-1/+7
* Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...Karen Tracey2009-04-041-3/+3
* Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ...Justin Bronn2009-03-301-18/+17
* Added consistent support for double- and single-quote delimiters in templates.Malcolm Tredinnick2009-03-231-12/+28
* Fixed #8710: removed a few stray tabs. Thanks, gkelly.Jacob Kaplan-Moss2008-08-301-4/+4
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+24
* Refs #7297 -- Corrected some doctest strings internal to the utils.text modul...Russell Keith-Magee2008-06-061-9/+13
* Fixed #5156 -- Added some translation calls to a couple of missed words. Base...Malcolm Tredinnick2007-08-151-1/+2
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-20/+34
* Removed some trailing whitespace that had smuggled itself aboard in [4870].Malcolm Tredinnick2007-03-301-2/+2
* Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.Malcolm Tredinnick2007-03-301-4/+5
* Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...Russell Keith-Magee2007-03-201-1/+1
* Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilstMalcolm Tredinnick2007-02-101-0/+60
* Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the...Jacob Kaplan-Moss2006-12-151-10/+21
* Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul.Malcolm Tredinnick2006-09-221-1/+5
* Changed django.utils.text.smart_split to return strings, not tuplesAdrian Holovaty2006-06-081-3/+11
* Added django.utils.text.smart_split. Thanks, ckknightAdrian Holovaty2006-06-071-0/+10
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-2/+2
* fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th...Georg Bauer2006-01-131-1/+1
* added infrastructure code for later javascript translating (currently not act...Georg Bauer2005-12-041-0/+19
* Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss2005-11-041-1/+1
* Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467Adrian Holovaty2005-09-131-4/+4
* Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...Adrian Holovaty2005-09-131-29/+0
* Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty2005-08-011-0/+3
* Moved django.views.decorators.cache.compress_string into django.utils.textAdrian Holovaty2005-07-181-0/+10
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+108