#7792: Exclude Fields on new-forms admin
--------------------------------------+-------------------------------------
          Reporter:  cschand          |         Owner:  nobody        
            Status:  closed           |     Milestone:                
         Component:  Admin interface  |       Version:  SVN           
        Resolution:  invalid          |      Keywords:  exclude fields
             Stage:  Unreviewed       |     Has_patch:  0             
        Needs_docs:  0                |   Needs_tests:  0             
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Changes (by brosner):

  * status:  new => closed
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * milestone:  1.0 alpha =>
  * needs_docs:  => 0
  * resolution:  => invalid

Comment:

 This is a rare case and will ultimately be fixed when model inheritance is
 working on the admin. Excluding fields is very simple. Normally you create
 your own form and use the ```ModelForm```'s ability to exclude in the
 ```Meta``` class (this is all documented between admin.txt and
 newforms.txt in the newforms-admin branch docs). Secondly, perhaps you
 didn't read the docs well enough to understand that ```blank``` will never
 not show the field. It simply makes it not required. ```editable``` would
 be what you are looking for. This is an invalid report and I am closing.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7792#comment:1>
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