Changeset 9694
- Timestamp:
- 20 Nov 2012, 06:37:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/students/studylevel.py
r8869 r9694 38 38 grok.provides(ICustomStudentStudyLevel) 39 39 40 CustomStudentStudyLevel = attrs_to_fields(CustomStudentStudyLevel) 40 CustomStudentStudyLevel = attrs_to_fields( 41 CustomStudentStudyLevel, omit=['total_credits', 'gpa']) 41 42 42 43 class CustomStudentStudyLevelFactory(StudentStudyLevelFactory):
Note: See TracChangeset for help on using the changeset viewer.