Changes between Initial Version and Version 1 of Ticket #28608, comment 6
- Timestamp:
- Jan 22, 2019, 6:19:34 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28608, comment 6
initial v1 13 13 if commit: 14 14 user.save() 15 self.save_m2m() # added this call to work with models with `ManyToManyField`s15 self.save_m2m() # added this call to work as expected with models with `ManyToManyField`s 16 16 return user 17 17 }}}