-
Notifications
You must be signed in to change notification settings - Fork 770
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
Set default value of filterset data to MultiValueDict #1634
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1634 +/- ##
=======================================
Coverage 98.59% 98.59%
=======================================
Files 15 15
Lines 1283 1284 +1
=======================================
+ Hits 1265 1266 +1
Misses 18 18 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sgordon16 — just to let you know, I'm not ignoring this.
I think it looks great. (I can't think of any issues, unless folks are doing weird isinstance
checks...)
I'm slowly edging towards a release, and this will be part of that.
If you had capacity though, adding a test that demonstrates the change in behaviour would be handy. Thanks. |
Done |
I also just want to point out that this is what Django does in the |
@sgordon16 Yes, it's certainly correct. I would have merged it already, but I want to play with a couple of things in the shell, and just haven't had time for that yet. 🎁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, brilliant. Let's have it. Thanks @sgordon16 🎁
fix for issue #1633