summaryrefslogtreecommitdiff
path: root/tests/field_subclassing/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...Jon Dufresne2019-07-251-2/+25
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-231-119/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-0/+6
* Fixed #22537 -- Add tests and improved docs for field subclass with choices.Mike Fogel2014-04-301-2/+12
* Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn2014-03-141-1/+9
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
* Fixed #12568 -- no error when accessing custom field's descriptorAnssi Kääriäinen2013-09-181-1/+15
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+92