﻿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
18156	Wrong signature for ModelAdmin.change_view in documentation	arthurprat@…	nobody	"In the documentation (/ref/contrib/admin/), ModelAdmin's method change_view is documented as:
change_view(self, request, object_id, extra_context=None)

while it actually is (since 1.4 I guess):
change_view(self, request, object_id,''' form_url="""" ''', extra_context=None)

which can lead to hard-to-understand bugs."	Bug	closed	Documentation	1.4	Normal	fixed			Accepted	0	0	0	0	1	0
