-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
Next release planning (4.2.5) #1740
Comments
And for anyone feeling adventurous, please try out |
Now that mypy 1.6.0 is out, we should consider making a release with the I'd consider this a blocker, since it's a regression and we already have a fix PR: |
I'm releasing djangorestframework-stubs too, any takers to review this for the release: |
It'd be nice if we could also include #1767 in the next release |
I want to move forward with: Making no changes quite yet, but I propose mentioning in 4.2.5 release notes that the next next version (4.2.6) will remove hard mypy dependency. Something like: (outdated text)
If you have comments on this, please discuss in #1628. |
Should I cut the release or wait for the |
We could always push another release if we want to. If you feel that one is due |
I think |
And also |
TODO:
ManyToManyField
'sthrough
model #1719users = ManyToManyField(settings.AUTH_USER_MODEL)
Resolve anysettings.AUTH_USER_MODEL
used asto
in relation #1746#1719 introduces plugin support for
ManyToManyField
but is lacking support for passingAUTH_USER_MODEL
asto=
arg e.g.:Which we suspect is a normal use case and should support in any next release.
Please comment on this issue if there's anything else you know should, or want to be included.
The text was updated successfully, but these errors were encountered: