summaryrefslogtreecommitdiff
path: root/tests/model_meta/results.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-30Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav014
2016-04-13Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha
2015-10-12Refs #18012 -- Made proxy and concrete model reverse fields consistent.Simon Charette
2015-10-12Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette
2015-05-12Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-03-26Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon