Changes between Initial Version and Version 1 of Ticket #25227, comment 9


Ignore:
Timestamp:
Aug 6, 2015, 7:55:31 AM (9 years ago)
Author:
Javier Candeira

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25227, comment 9

    initial v1  
    3737                if commit:
    3838                    super(PoemForm_save_via_form_not_model, self).save()
    39                     # self.save_m2m called at the superlass's save()!
     39                    # self.save_m2m called at the superclass's save()!
    4040                return poem
    4141}}}
Back to Top