summaryrefslogtreecommitdiff
path: root/tests/field_subclassing/fields.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-04-30Fixed #22537 -- Add tests and improved docs for field subclass with choices.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-11-02PEP8 cleanupJason Myers
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner