openedx / XBlock

Framework for building custom learning components that run in the Open edX LMS!
https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/overview/introduction.html
Apache License 2.0
450 stars 216 forks source link

Unpin the Django dependency #726

Closed feanil closed 4 months ago

feanil commented 4 months ago

We were explictly pinning django in django.in which is not necessary and makes it so your dev environment runs with and old version of django. The correct pin already exists in the common-constraints.txt file in edx-lint so we don't need to have an explicit pin here. And for testing, the version is controlled via tox so it doesn't use this. It does effect dev and doc environments though so we should keep it up to date and make it harder to pin it in correctly.