Matteo Bronkhorst
Matteo Bronkhorst
Hi! I just encountered a similar problem, where I am trying to merge two querysets from different models, but still want to be able to use the filtering and pagination...
Okay, since there's a fix for this, is there any idea when this PR will be accepted?
Adding to this, I also found that the supposed recursive application of `to_dict` was actually obstructed by the check for `if exclude_none_in_lists`, since this flag is preventing the recursion from...
I just encountered the same problem, and it took me quite some time to find this thread. Any idea on when #784 will be fixed?
The download link works for me Are you sure you used http://data.csail.mit.edu/places/ADEchallenge/ADEChallengeData2016.zip to download? With regards to conversion, I didn't need any conversion file after downloading the dataset and extracting...
Hi @boomdizz, thanks for weighing in! I think that we have different settings; specifically I suspect you have `auto_camelcase` set to `True`, which turns `_in` into `In` (i.e. that way...