#7792: Exclude Fields on new-forms admin
-----------------------------+----------------------------------------------
 Reporter:  cschand          |       Owner:  nobody    
   Status:  new              |   Milestone:  1.0 alpha 
Component:  Admin interface  |     Version:  SVN       
 Keywords:  exclude fields   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 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

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7792>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to