mitodl / edx-platform

The Open edX platform, the software that powers edX!
http://open.edx.org/
GNU Affero General Public License v3.0
6 stars 1 forks source link

fix: Inconsistent PipelineCachedStorage usages #278

Closed arslanashraf7 closed 2 years ago

arslanashraf7 commented 2 years ago

Description

PipelineCachedStorage class from dango-pipeline has been refactored to be used only below Django 3.1 as mentioned in https://github.com/jazzband/django-pipeline/pull/725. This change was published with version 2.0.5. Since the Maple release, the edx-platform has been updated to use Django 3.2.x and that's why we see the pipeline import creating issues.

Supporting information

How to reproduce

Testing instructions