Most important changes:
- This version add Mypy
1.5.*
support and update[compatible-mypy]
extra to use1.5.*
. - We also update our stubs to be compatible with Django
4.2.5
(and all prior versions of4.2
). django_stubs_ext/
folder was renamed to be justext/
, it should not affect users (unless you install it from git)- We no longer assume the
objects
attribute to be present on generic Model classes. As per the django documentation, code working with generic models should use the_default_manager
attribute instead.
This time there is no corresponding release of django-stubs-ext
.
Plugin changes
- We now forbid to instantiate abstract models #1663 @flaeppe
- Manager attributes are now
ClassVar
s #1672 @flaeppe
Thanks a lot to all contributors and maintainers! 🎉