Skip to content
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

Django 4.2 / DRF 3.15 compatibility #301

Closed
benjaminh opened this issue Jul 18, 2024 · 3 comments
Closed

Django 4.2 / DRF 3.15 compatibility #301

benjaminh opened this issue Jul 18, 2024 · 3 comments

Comments

@benjaminh
Copy link

Hello,

First, I would like to thank this project's contributors and maintainers, it is very useful and I was glad to find it 👍 !

I work on a web application based on Django, DRF and a few third party apps like this one.
Django 3.x LTS ended on April, 2024, and the LTS version is now 4.2, so I need to upgrade my application backend.

Yet, I read on the project README that compatibility is limited to Django 4.0 and DRF 3.13 for both 0.18 and 1.0.0 versions.

Do you know what would be missing to ensure compatibility with the new Django 4.2 LTS and corresponding DRF release ? Do you know any breaking changes that could possibly prevent from using the last release of DRF-gis while upgrading Django and DRF ?

Not sure how I can help on this btw

@nemesifier
Copy link
Member

I think the README is just outdated, we're using it in @openwisp which is running on Django 4.2. Go ahead and try it in your Django 4.2 project.

If you want to help you could send a PR to update the CI and README:

@robinkeunen
Copy link

PR #287 fixes the readme but apparently tests are broken for 4.2

@nemesifier
Copy link
Member

Solved in #303. Thanks!

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

No branches or pull requests

3 participants