typeddjango / django-stubs

PEP-484 stubs for Django
MIT License
1.52k stars 425 forks source link

update / create defaults are read-only Mapping #2216

Closed asottile closed 1 month ago

asottile commented 1 month ago

this allows a calling method to use a more specific TypedDict for instance

the underlying code does not mutate these, MutableMapping seems to be a leftover from when this was Dict[str, Any]