typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
431 stars 114 forks source link

Consider having a stubs only package with no dependencies #163

Open sk- opened 3 years ago

sk- commented 3 years ago

Feature Request

Currently this plugin depends on the django-stubs plugin, however it's really hard to introduce that plugin in an existing codebase (thousands of errors in our app). However, just including these stubs without even configuring the plugin (and uninstalling django-stubs) find useful errors.

It'd be great if you could just publish another package with just the rest_framework stubs.

System information

sk- commented 3 years ago

In case anyones is looking for standalone types, I ended up using the fork https://github.com/sbdchd/django-types