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

Use the value returned by field's clean() #401

Closed
wants to merge 1 commit into from
Closed

Use the value returned by field's clean() #401

wants to merge 1 commit into from

Conversation

emesik
Copy link
Contributor

@emesik emesik commented Feb 13, 2020

I've noticed that for many flavors the super().clean() of fields is called but the result is ignored. Such behavior voids base class validation, for example the strip=True setting is always ignored.

This change unifies all flavors by using the results of base class validations.

@benkonrath
Copy link
Member

Looks good, thanks! Could you add a changelog entry for this? Thanks.

@benkonrath benkonrath added this to the 3.0 milestone Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants