Changes between Initial Version and Version 1 of Ticket #28608, comment 6


Ignore:
Timestamp:
Jan 22, 2019, 6:19:34 AM (5 years ago)
Author:
Lemuel Formacil

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28608, comment 6

    initial v1  
    1313    if commit:
    1414        user.save()
    15         self.save_m2m()  # added this call to work with models with `ManyToManyField`s
     15        self.save_m2m()  # added this call to work as expected with models with `ManyToManyField`s
    1616    return user
    1717}}}
Back to Top