summaryrefslogtreecommitdiff
path: root/tests/model_meta
AgeCommit message (Expand)Author
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
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-07-14Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-06-19Refs #12663 -- Added tests for methods in db.models.options.Daniel Pyrathon