Comment on Django 6.0 beta 1 releasedparentComments−frio10moIn `pyproject.toml`: "django-stubs>=5.2", "django-stubs-ext>=5.2.2", In `settings.py`, add: import django_stubs_ext django_stubs_ext.monkeypatch() With that, it seems _mostly_ OK, though I had to toggle off some of basedpyright's typechecking.
Comments
In `pyproject.toml`:
In `settings.py`, add: With that, it seems _mostly_ OK, though I had to toggle off some of basedpyright's typechecking.