Fixing a django-stubs issue

Django’s deconstructible decorator caused to lose type information when using the typing module. This pull request fixed it.

https://github.com/typeddjango/django-stubs/pull/1116