summaryrefslogtreecommitdiff
path: root/tests/admin_inlines/admin.py
AgeCommit message (Collapse)Author
2013-07-21[1.6.x] Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
Backport of 3aad955ea8db1592fad0012155eaa25b72e50dc5 from master.
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