summaryrefslogtreecommitdiff
path: root/tests/field_subclassing/tests.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-11-28Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen
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-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