summaryrefslogtreecommitdiff
path: root/tests/admin_inlines/admin.py
AgeCommit message (Collapse)Author
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
Thanks d.willy.c.c@ for the suggestion and Melevir and Areski Belaid for work on the patch.
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
Thanks dave@ for the suggestion and Rohan Jain for the patch.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner