Closed jlward closed 3 years ago
This is probably the fastest turn around I've seen from an open source project. I look forward to pulling down the new tag once it's up on PyPi. Thanks for all that you do.
Hey @jlward This has landed to 0.16, please try latest from pypi
0.16.0
worked great. Thanks for the quick update. Keep up the great work.
Howdy,
While trying to upgrade from 0.13.2 to 0.15.0, I've run into a problem with query params whose fields have a
.
in their alias. We have something that looks like this:And it's being used like:
And
filters
inlist_things
is no longer settingfilters.sort_by
correctly after the upgrade. This is happening for all fields that have a.
in them.I checked out the diff between 0.13.2 and 0.15.0 and if I was a gambling man, I would say the issue is happening here, but that is mostly a guess.
Although we have the ability to change the data we are getting to stop using
.
in them, it would be an enormous amount of work and coordination. Got any workarounds?Love the lib, keep up the great work.