Changes between Version 1 and Version 2 of Ticket #17663, comment 3


Ignore:
Timestamp:
Mar 13, 2012, 8:31:55 PM (12 years ago)
Author:
Adrien Lemaire

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17663, comment 3

    v1 v2  
    11@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
     5I went through the formset fields with ipdb, and couldn't find a sensitive function.
Back to Top