summaryrefslogtreecommitdiff
path: root/tests/field_subclassing
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-12/+11
* Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...Jon Dufresne2019-07-252-2/+45
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-233-241/+2
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-0/+2
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-7/+4
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-0/+6
* Corrected deprecation warning silencing of SubfieldBase.Tim Graham2014-09-052-12/+10
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-0/+11
* Fixed #22537 -- Add tests and improved docs for field subclass with choices.Mike Fogel2014-04-303-3/+28
* Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn2014-03-142-1/+14
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-032-3/+3
* PEP8 cleanupJason Myers2013-11-022-0/+4
* 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-292-3/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+192