Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update / create defaults are read-only Mapping #2216

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

asottile
Copy link
Contributor

@asottile asottile commented Jun 12, 2024

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]

asottile and others added 4 commits June 12, 2024 13:54
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]
@flaeppe flaeppe merged commit 3a01040 into typeddjango:master Jun 14, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants