Changes between Version 3 and Version 4 of Ticket #26970


Ignore:
Timestamp:
Jul 29, 2016, 1:06:05 PM (8 years ago)
Author:
karyon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26970 – Description

    v3 v4  
    66        course = mommy.make(Course, semester=mommy.make(Semester), degrees=[mommy.make(Degree)])
    77
    8         # get_form_data_from_instance creates a dict with all the attributes
     8        # get_form_data_from_instance creates a dict with all the attributes. contains "degrees: [4]"
    99        form_data = get_form_data_from_instance(ContributorCourseForm, course)
    1010
Back to Top