Changes between Initial Version and Version 5 of Ticket #24541
- Timestamp:
- Mar 26, 2015, 9:10:12 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24541
- Property Easy pickings unset
-
Ticket #24541 – Description
initial v5 1 If you create a ` Formset` and pass `initial` data for some forms, the forms are evaluated as `has_changed` False.1 If you create a `ModelFormSet` and pass `initial` data for some forms, the forms are evaluated as `has_changed` False. 2 2 All in all that is true, but it has the the side effect that the forms in the formset don't get saved, tho they contain data. 3 3