summaryrefslogtreecommitdiff
path: root/tests/model_meta/tests.py
AgeCommit message (Expand)Author
2015-02-20[1.8.x] Fixed #24328 -- cleaned up Options._get_fields() implementationAnssi Kääriäinen
2015-02-10[1.8.x] Fixed #24146 -- Allowed model._meta.get_field() to be used after apps...Daniel Pyrathon
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-03[1.8.x] Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette
2015-02-03[1.8.x] Reverted "Fixed #24146 -- Fixed a missing fields regression in admin ...Tim Graham
2015-01-16Fixed #24146 -- Fixed a missing fields regression in admin checks.Collin Anderson
2015-01-14Fixed incorrect error message in Options.get_fields()Collin Anderson
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon