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

Exclude key in populate does not work properly. #50

Open
Serbel97 opened this issue Oct 20, 2022 · 1 comment
Open

Exclude key in populate does not work properly. #50

Serbel97 opened this issue Oct 20, 2022 · 1 comment

Comments

@Serbel97
Copy link
Contributor

When called form.populate(obj, exclude), the obj is already filled with data despite of the key is skipped.

@asoundarya96
Copy link

@Serbel97 could you describe more about this issue? when form.populate(obj, exclude=['title']) is called, obj.title is None as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants