mitodl / rapid-response-xblock

a django app plug-in for edx-platform
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Upgrade to support Django 4.x #143

Closed blarghmatey closed 10 months ago

blarghmatey commented 10 months ago

Description/Context

The Quince release of edX has migrated to the 4.2 release of Django. This plugin is then trying to downgrade to version 3.2, which causes the overall build to fail.

Plan/Design

Update the version constraints in setup.py to support Django 4.2 and provide any code modifications necessary to work with the newer Django release.

blarghmatey commented 10 months ago

This issue is currently blocking testing of the Quince release for residential and xPro