summaryrefslogtreecommitdiff
path: root/tests/admin_inlines
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-10Fixed available_apps for selenium tests.Aymeric Augustin
Refs #20483.
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-03-04Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete ↵Javier Mansilla
protected FKs. Thanks rafadev for the report and Javier Mansilla for the fix.
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner