summaryrefslogtreecommitdiff
path: root/django/contrib/webdesign/tests.py
AgeCommit message (Expand)Author
2015-02-11Moved contrib.webdesign tests out of contrib.Tim Graham
2014-10-31Avoided using private API get_template_from_string.Aymeric Augustin
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2013-10-22Removed import * in tests.Tim Graham
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
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