summaryrefslogtreecommitdiff
path: root/tests/field_subclassing/tests.py
AgeCommit message (Expand)Author
2014-04-30[1.7.x] Fixed #22537 -- Add tests and improved docs for field subclass with c...Mike Fogel
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-09-18Fixed #12568 -- no error when accessing custom field's descriptorAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner