﻿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
12674	Admin validation doesn't reflect ModelAdmin's extensibility	Honza Král	Honza Král	"If you choose to extend ModelAdmin in a non standard way - for example overriding {{{get_changelist}}}, Django still validates it using {{{django.contrib.admin.validation}}} which has no clue on what options are valid for your {{{ModelAdmin}}} class.

By design if you validate something that can be extended/changed/substituted for something it must be either optional (not run whenever you try to access your admin in debug mode) or extensible itself (moved to the classes in question - {{{ModelAdmin}}}, {{{ChangeList}}} etc)."	Bug	closed	contrib.admin	dev	Normal	fixed			Accepted	0	0	0	1	0	0
