Changes between Initial Version and Version 1 of Ticket #9076, comment 25
- Timestamp:
- Sep 18, 2015, 11:05:54 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9076, comment 25
initial v1 1 I think remaining instances of this problem may be due to something I mentioned in the last comment I added to #9 578 -- if the queryset used during POST differs from the one used during GET to create the formset (even just in ordering), then POST data may not be correctly matched up to existing DB instances and formset validation may fail. #9578is still open so I don't think this needs to be re-opened at this point. I'll add a note there that even changes in ordering can cause a problem.1 I think remaining instances of this problem may be due to something I mentioned in the last comment I added to #9758. -- if the queryset used during POST differs from the one used during GET to create the formset (even just in ordering), then POST data may not be correctly matched up to existing DB instances and formset validation may fail. #9758. is still open so I don't think this needs to be re-opened at this point. I'll add a note there that even changes in ordering can cause a problem.