You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As announced in 4.2.5 release notes, we will drop the hard dependency on mypy. Users of django-stubs with mypy will need to add their own dependency on mypy, or install django-stubs[compatible-mypy] extra.
I'm hoping to release this in less than a week to fix a few bugs.
As announced in 4.2.5 release notes, we will drop the hard dependency on mypy. Users of django-stubs with mypy will need to add their own dependency on mypy, or install
django-stubs[compatible-mypy]
extra.I'm hoping to release this in less than a week to fix a few bugs.
Blockers:
Field.formfield()
,GeometryField.formfield()
methods #1778 (fixes a bug introduced in version 4.2.5)from_queryset()
of custom Manager subclass #1786The text was updated successfully, but these errors were encountered: