mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
* Set type parameters for Field in get_fields() This fixes an issue with Pyright strict type checking where Pyright complains that the type parameters aren't known. * Fix type parameters in other methods