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


Ignore:
Timestamp:
Mar 23, 2012, 10:32:44 PM (12 years ago)
Author:
Adrien Lemaire

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17663, comment 3

    v2 v3  
    11@akaariai, tests for alters_data are in regressiontests/templates/callables.py
    22
    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}}}.
    44
    55I went through the formset fields with ipdb, and couldn't find a sensitive function.
Back to Top