﻿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
33574	SlugField in formfield_overrides	Maxim Danilov	SaNjU Saini	"ff overriding not always works in ModelAdmin.
For example, I want to have a possibility to override form field class, like that: 
{{{
formfield_overrides = { models.SlugField: {'form_class': forms.CharField} }
}}}
its is not possible, error is ""class CharField receive too much arguments in init"". 
And all Django Fields with additional arguments give us this error,  if somebody want to override field_class, like in options.py in FORMFIELD_FOR_DBFIELD_DEFAULTS

I think formfield_overrides was a wrong decision, but we have it already. And in Documentation is not deprecated to use ""form_class"", that's why we should to describe about ""possible errors after field_class overriding"" in documentation.
"	Bug	closed	contrib.admin	4.0	Normal	wontfix	admin, modeladmin, documentation	SaNjU Saini	Unreviewed	0	0	0	0	0	0
