Skip to content

Support django5.1+ #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

olivierdalang
Copy link

@olivierdalang olivierdalang commented Jun 18, 2025

This PR adds formal support for django 5.1 and 5.2:

  • updating versions in CI, setup.py, etc
  • adapting settings.DEFAULT_FILE_STORAGE -> settings.STORAGES["default"] in tests and README

According to CI on my fork, it works: https://github.com/olivierdalang/django-binary-database-files/actions/runs/15735067299

(note that this PR isn't required for django-binary-database-files to work with 5.1+, just make sure you updated your DEFAULT_FILE_STORAGE settings according to 5.1 release notes).

@olivierdalang olivierdalang marked this pull request as draft June 18, 2025 13:18
@olivierdalang olivierdalang changed the title test against django5.2 Support Django5.2 Jun 18, 2025
@olivierdalang olivierdalang marked this pull request as ready for review June 18, 2025 14:07
@olivierdalang olivierdalang changed the title Support Django5.2 Support django5.1+ Jun 18, 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.

1 participant