Added expiration_datetime field to CourseModes
Added an expiration_datetime field to CourseModes, intended to eventually replace expiration_date. Included relevant schema and data migration file. LMS-1454
Showing
- common/djangoapps/course_modes/migrations/0005_auto__add_field_coursemode_expiration_datetime.py 37 additions, 0 deletions...ns/0005_auto__add_field_coursemode_expiration_datetime.py
- common/djangoapps/course_modes/migrations/0006_expiration_date_to_datetime.py 40 additions, 0 deletions...urse_modes/migrations/0006_expiration_date_to_datetime.py
- common/djangoapps/course_modes/models.py 6 additions, 4 deletionscommon/djangoapps/course_modes/models.py
- common/djangoapps/course_modes/tests/factories.py 1 addition, 1 deletioncommon/djangoapps/course_modes/tests/factories.py
- common/djangoapps/course_modes/tests/test_models.py 4 additions, 4 deletionscommon/djangoapps/course_modes/tests/test_models.py
- common/djangoapps/student/tests/tests.py 4 additions, 4 deletionscommon/djangoapps/student/tests/tests.py
- common/djangoapps/student/views.py 2 additions, 2 deletionscommon/djangoapps/student/views.py
- lms/djangoapps/shoppingcart/tests/test_models.py 3 additions, 3 deletionslms/djangoapps/shoppingcart/tests/test_models.py
Please register or sign in to comment