Skip to content

Feat: Add django52 Support#216

Merged
feanil merged 1 commit into
openedx:masterfrom
abdullahQureshee:maq/django52
Apr 29, 2025
Merged

Feat: Add django52 Support#216
feanil merged 1 commit into
openedx:masterfrom
abdullahQureshee:maq/django52

Conversation

@abdullahQureshee

Copy link
Copy Markdown
Contributor

Resolves #213

Add Django 5.2 Support

This PR updates the codebase to be compatible with Django 5.2 while maintaining compatibility with Django 4.2.

Changes Made:

  • Update ci and tox files
  • Ran django-upgrade to apply necessary syntax updates for Django 5.2.
  • Run tests using tox command and resolved the warning
  • Ensured all modifications remain backward-compatible with Django 4.2.

django-upgrade usage:

git ls-files -z -- '*.py' | xargs -0r django-upgrade --target-version 5.2

@awais786

Copy link
Copy Markdown
Contributor

@feanil please review.

@feanil feanil merged commit b73b6b5 into openedx:master Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Django 5.2 support to super-csv

3 participants