summaryrefslogtreecommitdiff
path: root/tests/model_meta/results.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-722/+719
* Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav0142020-12-301-11/+11
* Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha2016-04-131-1/+1
* Refs #18012 -- Made proxy and concrete model reverse fields consistent.Simon Charette2015-10-121-1/+87
* Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette2015-10-121-0/+6
* Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy2015-05-121-10/+10
* Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice2015-05-021-0/+12
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-261-10/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+1
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-0/+796