﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18619	make sure get_inline_instances() follows the same API convention as the other functions	Stephan Jaensch	Stephan Jaensch	"When developing the patch for ticket #8060, I missed the fact that the BaseModelAdmin / ModelAdmin API in django.contrib.admin.options passes an instance object where applicable, paving the way for implementations of object-level permissions. Therefore, the newly created method get_inline_instances should accept an instance parameter and pass it along accordingly. 

Similar ModelAdmin methods that already support the instance parameter are get_fieldsets(), get_readonly_fields(), get_prepopulated_fields() or get_formsets().

I'll post the link to the pull request as a comment. The patch passes the Django test suite."	Bug	closed	contrib.admin	dev	Normal	duplicate			Unreviewed	1	0	0	0	0	0
