-
-
Notifications
You must be signed in to change notification settings - Fork 458
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 5.1.2 release #2478
Version 5.1.2 release #2478
Conversation
README.md
Outdated
@@ -49,6 +49,7 @@ We rely on different `django` and `mypy` versions: | |||
|
|||
| django-stubs | Mypy version | Django version | Django partial support | Python version | | |||
|----------------|--------------|----------------|------------------------|----------------| | |||
| 5.1.2 | 1.13.x | 5.1 | 4.2 | 3.8 - 3.12 | |
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.
[email protected] also works, to it should be 1.13+
https://github.com/typeddjango/django-stubs/blob/master/requirements.txt#L15
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.
We also support 3.9 - 3.13 now
I would also wait for #2476 to land first :) |
Is there anything that could be done on #2461 before releasing? That bug bit extremely hard on a large project. Is there anything I can do to assist in resolving it? (I'm a greenhorn, but would be glad to assist if someone with expertise asked for more details, etc.) |
I would really appreciate a PR for that problem! |
@sobolevn I updated the version compatibility table. I wonder if it would be possible to do a more frequent release cadence than every couple months to help prevent fixes from piling up? @thinkwelltwd a minimal reproducible example of that bug would probably help move it forward. It looks like there is at least a test case that covers custom user models: django-stubs/tests/typecheck/contrib/auth/test_auth.yml Lines 1 to 32 in 81ecdcf
|
Sure. The only problem is maintainers' time :) |
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.
Ok, I am going to make a release now, because I need [email protected]
on my project.
Bumps version to 5.1.2 to prepare for a new release
Related issues