Changes between Initial Version and Version 1 of Ticket #25227, comment 9
- Timestamp:
- Aug 6, 2015, 7:55:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25227, comment 9
initial v1 37 37 if commit: 38 38 super(PoemForm_save_via_form_not_model, self).save() 39 # self.save_m2m called at the super lass's save()!39 # self.save_m2m called at the superclass's save()! 40 40 return poem 41 41 }}}