summaryrefslogtreecommitdiff
path: root/tests/field_subclassing/models.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-09-05Corrected deprecation warning silencing of SubfieldBase.Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-04-30Fixed #22537 -- Add tests and improved docs for field subclass with choices.Mike Fogel
2013-11-02PEP8 cleanupJason Myers
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner