summaryrefslogtreecommitdiff
path: root/django/test/_doctest.py
AgeCommit message (Expand)Author
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-12-02Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks to N...Jacob Kaplan-Moss
2007-09-14Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, leo.s...Adrian Holovaty
2007-05-31Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...Russell Keith-Magee