sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

apps.AppConfig.models_module type needs an update #247

Open psam44 opened 3 months ago

psam44 commented 3 months ago

Incorrect : https://github.com/sbdchd/django-types/blob/main/django-stubs/apps/config.pyi models_module: str | None = ...

The correct one: https://github.com/typeddjango/django-stubs/blob/master/django-stubs/apps/config.pyi models_module: types.ModuleType | None