summaryrefslogtreecommitdiff
path: root/tests/model_fields
AgeCommit message (Expand)Author
2013-07-12[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...Tim Graham
2013-06-29[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-08Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin
2013-04-12Modified model_fields for unittest2 discovery.Preston Timmons
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner