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
ref: add typing-only hints to dict fields for django-stubs (#74641)
when models get checked by mypy it does not have a good time with our
`JSONField`s (we have several of them!) because they extend `TextField`
(and therefore it thinks that it's assigned `str` and not jsonthings)
a workaround is to explicitly annotate the fields -- better would be to
use django's JSONField but that's a much larger change
<!-- Describe your PR here. -->
0 commit comments