Files
edx-platform/lms/djangoapps
Kyle McCormick 358f989131 Create Python API for program_enrollments: Part III
This is the third in a series of commits to create
a Python API for the LMS program_enrollments app.
It does the following:
* Creates api/ folder.
* Moves link_program_enrollments.py to api/linking.py
* Creates api/reading.py for enrollment-fetching
  functions.
* Updates rest of app to use api/reading.py when
  it was going directly through the models before.
* Other misc. cleanup (isorting, unicode_literals,
  line breaks, etc).

Still to do:
* Create api/writing.py and update app to use it instead
  of going directly through models.
* Create api/reset.py and api/expire.py, which the management
  commands call out to.

EDUCATOR-4321
2019-09-12 14:54:03 -04:00
..
2019-09-06 12:11:23 +05:00
2019-09-05 14:35:51 +03:00
2019-08-23 13:55:59 +05:00
2019-09-06 12:11:23 +05:00
2019-08-22 13:04:05 +05:00
2019-09-11 16:17:30 +05:00
2019-09-11 16:39:52 +05:00
2019-09-06 12:31:59 +05:00
2019-05-15 14:54:38 -04:00
2019-09-11 15:18:30 +05:00
2019-05-15 15:21:57 -04:00
2019-09-06 15:03:07 +05:00
2019-05-16 10:00:42 -04:00
2019-09-03 20:33:22 +05:00
2019-05-16 14:42:22 -04:00
2019-09-12 19:09:59 +05:00
2019-05-16 14:42:22 -04:00
2019-08-30 13:57:35 +05:00
2019-06-21 16:39:24 +05:00