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
/
contrib
/
webdesign
Age
Commit message (
Expand
)
Author
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2010-10-10
Converted contrib/webdesign doctests to unittests. We thoroughly deplore tho...
Luke Plant
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-09-14
Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racter
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-20
Modified the django system test script to search for tests in the contrib apps.
Russell Keith-Magee
2007-05-11
Fixed #4276 -- Fixed a crash in the lorem tag when more than 20 words were
Malcolm Tredinnick
2007-05-11
Added native eol-style settings to necessary files. Refs #4276.
Malcolm Tredinnick
2007-03-30
Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ...
Adrian Holovaty