Changes between Version 2 and Version 3 of Ticket #17663, comment 3
- Timestamp:
- Mar 23, 2012, 10:32:44 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17663, comment 3
v2 v3 1 1 @akaariai, tests for alters_data are in regressiontests/templates/callables.py 2 2 3 '''EDIT:''' I don't think we need alters_data for BaseModelFormSet.save(). This function will call each form.save(), and BaseModelForm.save()already have this {{{alters_data = True}}}.3 '''EDIT:''' I don't think we need alters_data for {{{BaseModelFormSet.save()}}}. This function will call each {{{form.save()}}}, and {{{BaseModelForm.save()}}} already have this {{{alters_data = True}}}. 4 4 5 5 I went through the formset fields with ipdb, and couldn't find a sensitive function.