summaryrefslogtreecommitdiff
path: root/tests/model_fields/tests.py
AgeCommit message (Collapse)Author
2013-04-12Modified model_fields for unittest2 discovery.Preston Timmons
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
Thanks to the many contributors who updated and improved the patch over the life of this ticket.
2013-03-02Add a BinaryField model fieldClaude Paroz
Thanks Michael Jung, Charl Botha and Florian Apolloner for review and help on the patch.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner