summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_field_flags.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-32/+34
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-15/+11
* Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev2018-09-281-13/+13
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha2016-04-131-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...Tim Graham2015-09-011-0/+6
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-1/+1
* Fixed #24667 --- Repaired model_fields cardinality testYoong Kang Lim2015-04-201-2/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-3/+3
* Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer2015-02-141-6/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+2
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-0/+220