#4237: newforms form_for_model ignores radio_admin
-------------------------------------------------+--------------------------
   Reporter:  Robert Myers <[EMAIL PROTECTED]>  |                Owner:  adrian 
          
     Status:  closed                             |            Component:  
django.newforms  
    Version:  SVN                                |           Resolution:  
wontfix          
   Keywords:                                     |                Stage:  Ready 
for checkin
  Has_patch:  1                                  |           Needs_docs:  0     
           
Needs_tests:  0                                  |   Needs_better_patch:  0     
           
-------------------------------------------------+--------------------------
Changes (by mtredinnick):

  * status:  new => closed
  * resolution:  => wontfix

Comment:

 No, we don't want to do this. It's adding an attribute to model fields
 that is only for presentational control. Presentation information does not
 belong in data models.
 
 If you want this sort of control and still want to use form_for_model(),
 then use the formfield_callback attribute to control things.

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