Changes between Version 1 and Version 2 of Ticket #17663, comment 3
- Timestamp:
- Mar 13, 2012, 8:31:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17663, comment 3
v1 v2 1 1 @akaariai, tests for alters_data are in regressiontests/templates/callables.py 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}}}. 4 5 I went through the formset fields with ipdb, and couldn't find a sensitive function.