Skip to content

[3.15] Add run_child_validation function of ListSerializer #590

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
Apr 16, 2024

Conversation

JaeHyuckSa
Copy link
Contributor

I have made things!

I added run_child_validation function of ListSerializer in DRF version 3.15.

Related issues

Upstream PR: encode/django-rest-framework#8035

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.

Thank you! Very helpful!

@@ -179,6 +179,7 @@ class ListSerializer(
min_length: int | None = ...,
max_length: int | None = ...,
) -> None: ...
def run_child_validation(self, data: Any) -> Any: ...
Copy link
Member

Choose a reason for hiding this comment

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

@sobolevn sobolevn merged commit e1b4a94 into typeddjango:master Apr 16, 2024
12 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