summaryrefslogtreecommitdiff
path: root/django/utils/unittest/main.py
AgeCommit message (Expand)Author
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2012-12-24Fixed #19204 -- Replaced python2-style exception syntax.Florian Apolloner
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee