#30632: Pagination for FormSet
-----------------------------+---------------------------------------
     Reporter:  Parth Patil  |                    Owner:  Parth Patil
         Type:  New feature  |                   Status:  assigned
    Component:  Forms        |                  Version:  2.2
     Severity:  Normal       |               Resolution:
     Keywords:               |             Triage Stage:  Unreviewed
    Has patch:  1            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  1            |                    UI/UX:  0
-----------------------------+---------------------------------------

Comment (by felixxm):

 I don't see any benefit in using a paginated formset in this scenario,
 because you will be able to work only on a single page i.e. only with a
 subset of forms from formset. It's not necessary to create formset with
 100 forms to use only 10 of them. You should rather paginate a queryset
 and create formset for a single page.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30632#comment:4>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.afbc4e399d49e11a816d74eb02ec6479%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to