Should we start adding type hinting? #9581
-
|
Description: Problem: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
you can use djangorestframework-stubs library, which adds type stubs for django and drf. As a side note, the django team has decided to wait until Python's type hinting ecosystem is more stable. |
Beta Was this translation helpful? Give feedback.


you can use djangorestframework-stubs library, which adds type stubs for django and drf.
As a side note, the django team has decided to wait until Python's type hinting ecosystem is more stable.