summaryrefslogtreecommitdiff
path: root/django/contrib/webdesign
AgeCommit message (Expand)Author
2015-09-23Refs #22789 -- Removed contrib.webdesign per deprecation timeline.Tim Graham
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-02-11Moved contrib.webdesign tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-31Avoided using private API get_template_from_string.Aymeric Augustin
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-05-19Removed locale dirs for single-message appsClaude Paroz
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-05Added catalogs for apps that didn't have any translations.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-22Removed import * in tests.Tim Graham
2013-10-14Fixed a webdesign template tag docstring to prevent parsing as metadata.Tim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2010-10-10Converted contrib/webdesign doctests to unittests. We thoroughly deplore tho...Luke Plant
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-09-14Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racterAdrian Holovaty
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-20Modified the django system test script to search for tests in the contrib apps.Russell Keith-Magee
2007-05-11Fixed #4276 -- Fixed a crash in the lorem tag when more than 20 words wereMalcolm Tredinnick
2007-05-11Added native eol-style settings to necessary files. Refs #4276.Malcolm Tredinnick
2007-03-30Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ...Adrian Holovaty