﻿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
19959	ModelAdmin.get_formsets code snippet wrong	mjl@…	nobody	"The example code snippet in django/docs/ref/contrib/admin/index.txt around line 1218 says:

{{{
for inline in self.get_inline_instances(request, obj):
}}}

but the signature for that method (in django/contrib/admin/options.py) is: 

{{{
    def get_inline_instances(self, request):
}}}


"	Bug	closed	Documentation	dev	Normal	invalid			Unreviewed	0	0	0	0	1	0
