#29682: Admin change form crashes if a view-only model's form has field not on 
the
model
---------------------------------+------------------------------------
     Reporter:  Jones            |                    Owner:  nobody
         Type:  Bug              |                   Status:  closed
    Component:  contrib.admin    |                  Version:  2.1
     Severity:  Release blocker  |               Resolution:  fixed
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  1                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------

Comment (by Jones):

 Has another problem:

 If I have set this field with readonly.


 {{{

 @admin.register(ModelA)
 class ModelAAdmin(admin.ModelAdmin):

     form = ModelAForm

     readonly_fields = ('form_field', )

     fieldsets = (
         ('Test', {
             'fields': (
                 'test', 'form_field'
             )
         }),
     )
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29682#comment:5>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.fd695948c1b8f0accc75e7f37850f4fd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to