views:

23

answers:

0

I display a formset, which has Forms populated by the objects returned by a queryset. The problem is that before the user submits items are modified or added, such that the queryset returns objects in a different order. The formset then associates each form with the wrong object, users report that their data is shifting down by 1 row. Is there a way to associate formset forms with specific Model objects, say by id?