Cleanup and remove deprecated RequestCache Django app

ARCH-223
This commit is contained in:
Nimisha Asthagiri
2018-08-30 14:32:29 -04:00
committed by Robert Raposa
parent 53d8a04b88
commit 700a902b68
54 changed files with 595 additions and 600 deletions

View File

@@ -5,7 +5,7 @@ from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey
from six import text_type
from util.request import COURSE_REGEX
from openedx.core.lib.request_utils import COURSE_REGEX
log = logging.getLogger(__name__)

View File

@@ -4,7 +4,7 @@ used in event tracking.
"""
from uuid import UUID, uuid4
from openedx.core.djangoapps.request_cache import get_cache
from openedx.core.lib.cache_utils import get_cache
def get_event_transaction_id():