Files
django-stubs/django-stubs/test/testcases.pyi
Marti Raudsepp 36044c98b8 Add lots of missing argument & return type hints (#1204)
* Add lots of missing argument & return type hints

Discovered by setting mypy options disallow_untyped_defs, disallow_incomplete_defs.

* Sequence -> List

* Fixes from review

* Drop ordering_field

* Revert ModelBackend.with_perm

* typing_extensions.TypedDict instead

* bla

* Remove private method _get_lines_from_file

* A few additions

* Hints for BaseSpatialFeatures
2022-10-28 13:08:00 +03:00

9.7 KiB