-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
add django 5.2a1 initial support #9634
base: master
Are you sure you want to change the base?
Conversation
Looking at the release notes the main thing as strikes me as might need extra work is the composite primary key support. Not necessarily for right now but would be nice to get it added/covered before 5.2 final is released... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also update the docs?
django-rest-framework/docs/index.md
Line 90 in 78e0b84
* Django (4.2, 5.0, 5.1) |
Regarding composite primary key support, I think that is out of scope of this PR for now. Also the composite primary key based other PR like composite ForeignKey, GFK, admin support are not merged yet. So we should keep this PR lean, just to make sure current tests pass with it. And we handle the brand new features in separate PR |
Agreed |
Does this mean the repository is open for feature contributions again? |
The repo is open to new python and django core compatibility features always. Like django ORM compatibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the home page of the docs are updated, this is good for me 👍🏻
I think the page of the doc automatically builds from the readme. But I might be wrong |
No description provided.