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
2015-09-23
Refs #22789 -- Removed contrib.webdesign per deprecation timeline.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-02-11
Moved contrib.webdesign tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-31
Avoided using private API get_template_from_string.
Aymeric Augustin
2014-07-14
Fixed #22789 -- Deprecated django.contrib.webdesign.
Tim Graham
2014-05-19
Removed locale dirs for single-message apps
Claude Paroz
2014-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-05
Added catalogs for apps that didn't have any translations.
Aymeric Augustin
2014-01-05
Fixed #21675 -- Added app configs for contrib apps.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-22
Removed import * in tests.
Tim Graham
2013-10-14
Fixed a webdesign template tag docstring to prevent parsing as metadata.
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
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