mitodl / edx-sga

Staff Graded Assignment XBlock for the edX platform
GNU Affero General Public License v3.0
34 stars 109 forks source link

chore: remove depreciation warnings for django 4.2.x #353

Closed Anas12091101 closed 9 months ago

Anas12091101 commented 9 months ago

What are the relevant tickets?

https://github.com/mitodl/edx-sga/issues/352

What's this PR do?

This PR updates tox to run django42 and removes all the depreciations warnings related to edx-sga coming from django and edx-platform

How should this be manually tested?

Run tox

Note: Testing is done for django 4.2.x and edx-platform should be ideally at quince.master which is using django version 4.2.8

Anas12091101 commented 9 months ago

Closing this PR as #347 is already merged