sbdchd / django-types

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

Missing OpClass in django.contrib.postgres.indexes #153

Closed Javrd closed 1 year ago

Javrd commented 1 year ago

image

from django.contrib.postgres.indexes import BTreeIndex, GinIndex, OpClass

Miss to find OpClass because it's missing at https://github.com/sbdchd/django-types/blob/main/django-stubs/contrib/postgres/indexes.pyi

Index classes are also missing a expressions positional argument from the same patch where OpClass was introduced:

https://github.com/django/django/blob/main/django/contrib/postgres/indexes.py