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
/
html.py
Age
Commit message (
Expand
)
Author
2007-12-11
Minor style fixes.
Gary Wilson Jr
2007-12-03
Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the urlize
Malcolm Tredinnick
2007-11-17
Fixed some missed auto-escaping and URL quoting cases in the urlize filter.
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-07-16
Cleaned up a couple unused imports and fixed docstrings to follow Python Styl...
Gary Wilson Jr
2007-07-15
Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.
Malcolm Tredinnick
2007-04-05
Backed out a portion of [4919] until I can make it worth smoothly with
Malcolm Tredinnick
2007-04-04
Made django.utils.html.escape() work with unicode strings (and unicode-like
Malcolm Tredinnick
2007-04-01
Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...
Russell Keith-Magee
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-01-19
Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...
Adrian Holovaty
2006-01-15
Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ...
Adrian Holovaty
2006-01-15
Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates
Adrian Holovaty
2005-09-02
Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.com
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty