summaryrefslogtreecommitdiff
path: root/tests/field_subclassing/fields.py
AgeCommit message (Expand)Author
2019-07-25Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...Jon Dufresne
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-09-23Removed SubfieldBase per deprecation timeline.Tim Graham
2015-07-21Refs #24919 -- Made test models serializable for migrations.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-02-06Sorted 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