index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
text.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
soc2010/query-refactor
Alex Gaynor
2010-08-09
1
-3
/
+9
*
Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ...
Joseph Kocherhans
2010-02-24
1
-3
/
+8
*
Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...
Jacob Kaplan-Moss
2010-02-14
1
-14
/
+16
*
Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...
Russell Keith-Magee
2010-02-13
1
-6
/
+6
*
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Fixed #9315 -- Handle spaces in URL tag arguments.
Malcolm Tredinnick
2009-04-10
1
-1
/
+7
*
Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...
Karen Tracey
2009-04-04
1
-3
/
+3
*
Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ...
Justin Bronn
2009-03-30
1
-18
/
+17
*
Added consistent support for double- and single-quote delimiters in templates.
Malcolm Tredinnick
2009-03-23
1
-12
/
+28
*
Fixed #8710: removed a few stray tabs. Thanks, gkelly.
Jacob Kaplan-Moss
2008-08-30
1
-4
/
+4
*
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-07-01
1
-0
/
+24
*
Refs #7297 -- Corrected some doctest strings internal to the utils.text modul...
Russell Keith-Magee
2008-06-06
1
-9
/
+13
*
Fixed #5156 -- Added some translation calls to a couple of missed words. Base...
Malcolm Tredinnick
2007-08-15
1
-1
/
+2
*
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-04
1
-20
/
+34
*
Removed some trailing whitespace that had smuggled itself aboard in [4870].
Malcolm Tredinnick
2007-03-30
1
-2
/
+2
*
Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.
Malcolm Tredinnick
2007-03-30
1
-4
/
+5
*
Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...
Russell Keith-Magee
2007-03-20
1
-1
/
+1
*
Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst
Malcolm Tredinnick
2007-02-10
1
-0
/
+60
*
Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the...
Jacob Kaplan-Moss
2006-12-15
1
-10
/
+21
*
Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul.
Malcolm Tredinnick
2006-09-22
1
-1
/
+5
*
Changed django.utils.text.smart_split to return strings, not tuples
Adrian Holovaty
2006-06-08
1
-3
/
+11
*
Added django.utils.text.smart_split. Thanks, ckknight
Adrian Holovaty
2006-06-07
1
-0
/
+10
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
1
-2
/
+2
*
fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th...
Georg Bauer
2006-01-13
1
-1
/
+1
*
added infrastructure code for later javascript translating (currently not act...
Georg Bauer
2005-12-04
1
-0
/
+19
*
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-11-04
1
-1
/
+1
*
Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467
Adrian Holovaty
2005-09-13
1
-4
/
+4
*
Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...
Adrian Holovaty
2005-09-13
1
-29
/
+0
*
Refactored meta.py -- created a django.core.meta package, with init.py and fi...
Adrian Holovaty
2005-08-01
1
-0
/
+3
*
Moved django.views.decorators.cache.compress_string into django.utils.text
Adrian Holovaty
2005-07-18
1
-0
/
+10
*
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty
2005-07-13
1
-0
/
+108