#33822: New FormSet.edit_only only set when formset created by 
modelformset_factory
---------------------------------+------------------------------------
     Reporter:  Claude Paroz     |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  Forms            |                  Version:  4.1
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  1                |                    UI/UX:  0
---------------------------------+------------------------------------
Changes (by Mariusz Felisiak):

 * cc: Vlad (added)
 * easy:  0 => 1
 * stage:  Unreviewed => Accepted


Comment:

 Agreed, we should set:
 {{{#!python
 class BaseModelFormSet(BaseFormSet):
     model = None
     edit_only = False
     ...
 }}}

 Thanks for the report!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33822#comment:1>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070181c979228e-d18d7938-ca19-42b6-b0d1-95e94d336c14-000000%40eu-central-1.amazonses.com.

Reply via email to