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

fix(QueryArrayWidget): value_from_datadict should not mutate input data #1540

Merged
merged 1 commit into from Mar 26, 2023

Conversation

legau
Copy link
Contributor

@legau legau commented Oct 27, 2022

Resolves #1047

Copy link
Owner

@carltongibson carltongibson left a comment

Choose a reason for hiding this comment

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

Great. Thanks.

@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2023

Codecov Report

Merging #1540 (256997e) into main (ccf9582) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1540   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files          15       15           
  Lines        1258     1259    +1     
=======================================
+ Hits         1251     1252    +1     
  Misses          7        7           
Impacted Files Coverage Δ
django_filters/widgets.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@carltongibson carltongibson merged commit 36bb99b into carltongibson:main Mar 26, 2023
7 checks passed
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.

QueryArrayWidget mutates passed data
3 participants