sbdchd / django-types

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

db.models.sql.Query lacks get_meta() definition #249

Open psam44 opened 3 months ago

psam44 commented 3 months ago

Present in https://github.com/typeddjango/django-stubs/blob/master/django-stubs/db/models/sql/query.pyi

    def get_meta(self) -> Options: ...