Muhammad Soban Javed
Muhammad Soban Javed
@adamchainz is there any implementation difference between this package and the built-in version by Django? If we migrate to that, will previously-stored data be fine for use?
Do we still provide support for Circle CI tests? that script is still using paver for testing. I think we can drop support for that because we have already moved...
This PR didn't run unit tests on python 3.11 and 3.12 versions because these versions weren't available on the docker image and the test suites just skipped unit tests. For...
Yup @feanil, almost ready, just need to clean commits, will do shortly. Fix: https://github.com/openedx/course-discovery/pull/4328
Verify above comment, and if it is not possible to fix the plugin then remove plugin code from edx-platform and close this ticket.
#4328 is ready for review, it updates the Dockerfile to add support for Python 3.11 and 3.12 cc @feanil @ichintanjoshi
Yes, this issue is created for the constraint to be compatible with this work (https://github.com/openedx/edx-platform/issues/35055). This dependency was added for the `learner_recommendations` app which then was transformed into a private...
Relevant PR: https://github.com/openedx/edx-django-utils/pull/441