Changes between Version 3 and Version 4 of Ticket #26970
- Timestamp:
- Jul 29, 2016, 1:06:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26970 – Description
v3 v4 6 6 course = mommy.make(Course, semester=mommy.make(Semester), degrees=[mommy.make(Degree)]) 7 7 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]" 9 9 form_data = get_form_data_from_instance(ContributorCourseForm, course) 10 10