summaryrefslogtreecommitdiff
path: root/tests/generic_relations/tests.py
AgeCommit message (Expand)Author
2013-06-05Fixed #17927 -- Added initial values support for BaseGenericInlineFormSetBojan Mihelac
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-11Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner