summaryrefslogtreecommitdiff
path: root/tests/comment_tests
AgeCommit message (Collapse)Author
2013-08-15[1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ↵Alasdair Nicol
does not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch. Backport of 22c6497f99 from master
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
Gives much nicer errors when it fails.
2013-04-12Modified comment_tests for unittest2 discovery.Preston Timmons
2013-03-11Remove a special case for comment tests from runtests.py.Jacob Kaplan-Moss
2013-03-07Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.Baptiste Mispelon
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner