Alasdair Nicol
|
22c6497f99
|
Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
|
2013-08-15 19:47:26 -04:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Marc Tamlyn
|
09f8652765
|
Use assertIsInstance in tests.
Gives much nicer errors when it fails.
|
2013-05-21 10:42:15 +01:00 |
Preston Timmons
|
5e84abec14
|
Modified comment_tests for unittest2 discovery.
|
2013-04-12 15:07:24 -06:00 |
Jacob Kaplan-Moss
|
d056124269
|
Remove a special case for comment tests from runtests.py.
|
2013-03-11 15:38:53 -05:00 |
Baptiste Mispelon
|
81804ae474
|
Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.
|
2013-03-07 19:30:38 +01:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |