M. Zulqarnain
|
5562944e87
|
BOM-2369 (A): pyupgrade on api,contentstore and cms_user_tasks apps under CMS (#26676)
* pyupgrade on cms api,contentstore and cms_user_tasks apps
|
2021-03-04 15:06:07 +05:00 |
|
Kyle McCormick
|
a3deb6e317
|
Sort imports in cms/
Command: `isort --recursive cms/`
|
2020-10-19 09:34:31 -04:00 |
|
Kyle McCormick
|
538dbf696b
|
Import CMS code using fully qualified module names
or, using proper the proper Python 3 relative imports
(e.g., 'from .views import x') which are standard and
unambiguous.
|
2020-10-19 09:34:31 -04:00 |
|
Michael Roytman
|
2e4bfecc6c
|
Merge pull request #24663 from edx/mroytman/MST-345-proctoring-escalation-email-empty
mroytman/mst 345 proctoring escalation email empty
|
2020-08-05 11:33:25 -04:00 |
|
Michael Roytman
|
5b4527097b
|
change proctoring_escalation_email serializer to not be required and to allow null to better align with the underlying data model and use case
|
2020-08-04 13:16:44 -04:00 |
|
alangsto
|
f37161c4ee
|
prevent changes to settings via POST (#24665)
prevent changes to settings via POST
prevent changes to settings via POST
updated test name
updated based on feedback
removed comments
|
2020-08-03 16:56:30 -04:00 |
|
Zachary Hancock
|
57de9b2ac6
|
POST proctored exam settings (#24597)
|
2020-07-27 09:23:03 -04:00 |
|
Michael Roytman
|
6601111982
|
add rest_api for contentstore app, including a proctored_exam_settings view
|
2020-07-16 15:52:03 -04:00 |
|