Changes between Initial Version and Version 1 of Ticket #16818, comment 8
- Timestamp:
- Oct 2, 2011, 9:21:03 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16818, comment 8
initial v1 2 2 3 3 Will try to add a test case this afternoon. 4 5 EDIT: Correction - m2m !ModelForms don't exhibit the bug, as I suspect they are internally calling the save() method on the parent object. However, manipulating a list of m2m children manually will exhibit the bug.