sbdchd / django-types

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

classproperty moved to django.utils.functional #237

Open bcdickinson opened 4 months ago

bcdickinson commented 4 months ago

In Django 3.1, django.utils.decorators.classproperty got moved to django.utils.functional.classproperty, so the location of the stub here needs updating too.

It seems like this fork is a long way behind django-stubs for these sorts of changes. Is there anything I can do to help?