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
After upgrading to 5.2.1, I am getting the following issue for any field that has null=True argument.
error: DateTimeField is nullable but its generic get type parameter is not optional [misc]
...
error: ForeignKey is nullable but its generic get type parameter is not optional [misc]
...
error: CharField is nullable but its generic get type parameter is not optional [misc]
As a temporary measure, I downgraded to 5.2.0 and mypy to 1.15.0.