Mjumbe Poe
Mjumbe Poe
I agree that this would be ideal. It may be as simple as removing the `sorted` from the `tablize` method, and using `collections.OrderDict`s in the `flatten_list`, `flatten_dict`, and `nest_flat_item` methods....
Hey @lylepratt, Sorry for the delay here. This is happening because the renderer doesn't automatically know how to deal with pagination. There is an example of what to do in...
If I'm understanding correctly, you're seeing the filenames contain "?format=csv" when it's supplied in the URL. There's currently no way within the renderer to specify the name of the generated...
@dfarre This is actually because of the way that DRF constructs links to relations. I could think of a few things you could do: * Create a subclass of `HyperlinkedRelatedField`...
Hey @schuyler1d, thanks for this. I'll go through it as soon as I have time -- likely this coming weekend. I'm excited to incorporate the template engine updates from Django...
Regarding the original problem, I'm not sure what was happening there. It looks like newrelic is listed in _requirements.txt_, so it should have been installed. Regarding the libjpeg.so stuff, yeah,...