﻿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
7792	Exclude Fields on new-forms admin	Satheesh Chandrasekhar	nobody	"Sometimes we need exclude fields on admin (Which have null and blank is True). See ticket(#6755), the Model Inheritance in admin having a field called user_ptr 

Here the problem is solved by

Member._meta.get_field('user_ptr').blank = True

But the field still in admin. 
So there is a need for exclude fields in admin.Model
"		closed	contrib.admin	dev		invalid	exclude fields		Unreviewed	0	0	0	0	0	0
