#16256: More class based views: formsets derived generic views
---------------------------------------+-------------------------------
               Reporter:  rasca        |          Owner:  rasca
                   Type:  New feature  |         Status:  new
              Milestone:  1.4          |      Component:  Generic views
                Version:  1.3          |       Severity:  Normal
             Resolution:               |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  1
    Needs documentation:  1            |    Needs tests:  0
Patch needs improvement:  0            |  Easy pickings:  0
                  UI/UX:  0            |
---------------------------------------+-------------------------------

Comment (by rasca):

 I do think the splitting of the view into a Create and a Update views is
 more like the other generic cbv views, although I end up joining them most
 of the times, but that's another issue.

 I still need a little more time to think about making views for 1 inline
 and for N inlines different. That way you end up having a formset_valid()
 in InlineFormSet which doesn't get used and might confuse people, for
 example.

 Anyone care to weight in on this?

 Being the logic the same in both implementations we might argue that the
 probability of it being correct is somewhat high =)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16256#comment:14>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to