Changes between Initial Version and Version 1 of Ticket #29346, comment 2
- Timestamp:
- Apr 20, 2018, 1:17:22 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29346, comment 2
initial v1 2 2 > Why is this solution preferable to using `Meta.exclude`? 3 3 4 This solution is in **addition** to `Meta.exclude` ( not but a Meta attribute). This permits a person to use, clean, validate, and manually save an intermediary model field WHILE being able to use the default `ModelForm.save()` without error by "excluding" intermediary fields during `ModelForm._save_m2m`4 This solution is in **addition** to `Meta.exclude` (but not a Meta attribute). This permits a person to use, clean, validate, and manually save an intermediary model field WHILE being able to use the default `ModelForm.save()` without error by "excluding" intermediary fields during `ModelForm._save_m2m`