-
-
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
Version 3.11 #6981
Comments
There are a couple of PRs on my list. #6865 in particular, which looks fine, but just needs the requisite moment. Anything else you see, just ping me for a review. |
Gotcha. I guess targetting the end of this month might be a good plan? |
For me, a week or two is fine (if you give me a few days heads up 🙂) so if EOM suits you perfect! |
I'm planning to get back onto this from Friday - we might be able to plan for a release sometime mid-month. |
Should we hold off until early December when Django 3.0 releases? Per the recommendation in the release notes, it would be a good time to drop support for everything below Django 2.2 |
Django 3 release candidate is pretty close. may be in 3/4 days. drf should be working with it. IMHO, 3/4th week of November would be great. |
I'm more discussing what versions DRF 3.11 should support, as it isn't ideal to change supported versions in patch releases (e.g., don't want to add 3.0/drop 2.0 support in DRF 3.11.1). We could:
|
I don't neccessarily agree that Django's third party "we suggest that third-party app authors drop support for all versions of Django prior to 2.2" is appropriate for us. I think it'll make sense for us to release just after the 3.0 release candidate becomes available. I'm planning to have a look at first thing next week. We can take a view onto which versions we'll support once we know if there's any awkward compat cases. |
There's a lot of folks who'll use the 1.11 LTS until it's EOL in April 2020. Given DRF's position, if there are no compelling reasons to drop support, I'd argue to support 1.11 until then. (i.e. Support all supported versions of Django, as a rule-of-thumb.) |
Hi all, just wondering what's status on 3.11? Waiting for a fix that's merged in. Would like to use official release. Thanks! |
@Kentalot - Soon. 👍 |
Righty, we just need to get the release notes written up. |
a new release before this week ends would be awesome :) |
I hope it gets released next week. |
Chill. It’s coming. |
the simple router based on django 2.0+ should be in 3.11 as all new projects starting will use django 2.2+ |
Closing this issue in favour of PR #7083 |
Just opening this issue to track what we think is required for 3.11.
I've been spending a lot of time on the ASGI ecosystem stuff lately so not fully up to speed here, but looks like #6172 is one of the big ones we need to get resolved.
Anything else need to go on the list? Anything related to OpenAPI?
I could also put some working into sharpening up this API docs tooling now that we've dropped the Core API approach, depending on if it would tie in nicely with 3.11
The text was updated successfully, but these errors were encountered: