typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
439 stars 115 forks source link

[3.15] Add `__class_getitem__` of classes #582

Closed JaeHyuckSa closed 5 months ago

JaeHyuckSa commented 5 months ago

I have made things!

I added __class_getitem__ of classes in DRF version 3.15.

The following are class items with __class_getitem__ added.

Related issues

Upstream PR: https://github.com/encode/django-rest-framework/pull/8825

JaeHyuckSa commented 5 months ago

All places, please :) Here are examples: https://github.com/search?q=repo%3Apython%2Ftypeshed%20__class_getitem__&type=code

Oh... I sincerely appreciate you providing an example!! I will repost the PR once the necessary modifications are completed.