Calen Pennington
76789e5a0d
[AA-139] Record schedule updates to the history table when granting extensions
2020-05-14 15:56:13 -04:00
Michael Terry
3775fb1d9e
Avoid subquery on table being updated
...
MySQL doesn't like you subquerying on the same table you are trying
to update in one query.
https://dev.mysql.com/doc/refman/8.0/en/subquery-restrictions.html
PROD-1366
2020-03-13 10:53:23 -04:00
Michael Terry
f56a01adbe
Reset schedule when mode changes
...
This way if an audit user upgrades a self paced course to verified,
their schedule will reset to the current time.
AA-60
2020-03-11 11:53:49 -04:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Jolyon Bloomfield
b66e367520
INCR-199 migrate openedx/core/djangoapps/schedules
2019-04-05 00:43:41 -04:00
Tyler Hallada
3425502a23
Schedules: change logging from DEBUG to INFO/EXCEPTION
2017-12-03 22:34:33 -05:00
Calen Pennington
2dc4621db0
Move log_prefix up to be a class attribute
2017-10-24 10:15:34 -04:00
Tyler Hallada
9876f597e6
Refactor common task querying into a separate func
...
Address some of Cale's PR comments
Combine query functions into one. No debug logging
Pull int variables out into static class variables
Mixin needs to call super __init__ too
Remove multi-course copy from upgrade reminder
Address Cale's round 2 comments
2017-10-06 13:36:13 -04:00