Changes between Initial Version and Version 2 of Ticket #26970


Ignore:
Timestamp:
Jul 29, 2016, 12:57:52 PM (8 years ago)
Author:
karyon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26970

    • Property Cc johannes.linke@… added
  • Ticket #26970 – Description

    initial v2  
    99        form_data = get_form_data_from_instance(ContributorCourseForm, course)
    1010
     11        # ContributorCourseForm is a simple ModelForm on Course
    1112        form = ContributorCourseForm(form_data, instance=course)
    1213        self.assertTrue(form.is_valid())
Back to Top