mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-04 04:25:50 +08:00
3b8c5d08e8
- Made id_list of type Sequence[Any], rather than Any, according to mkurnikov's review. - Removed **kwargs. - Made returned Dict keys of type Any rather than int or str as it depends on the provided field's type. - Added test with examples from Django docs.