Skip to content

Use Sequence instead of List for path param #659

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

Merged
merged 1 commit into from
Jul 3, 2021

Conversation

davidszotten
Copy link
Contributor

@davidszotten davidszotten commented Jul 3, 2021

Unlike List, which is invariant, Sequence is covariant, which lets
path accept lists of subsets of the Union as well.

I believe this is safe, as django doesn't mutate this input. I found
this comment helpful

Unlike `List`, which is invariant, `Sequence` is covariant, which lets
`path` accept lists of subsets of the `Union` as well.

I believe this is safe, as django doesn't mutate this input. I found
[this
comment](python/mypy#3351 (comment))
helpful
Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@sobolevn sobolevn merged commit 739b171 into typeddjango:master Jul 3, 2021
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