Andrew Velis
Andrew Velis
Following my gut feeling to this, it would appear the Request object is not being converted to a DRF-Request object prior to accessing the `accepted_renderer` attribute. How and why is...
@facconi Thanks for sharing your resolution. Would your solution work everyone or is it specific to your install settings? If I can find a common thread that is settings oriented...
@martync Fix the pyFlake would help here I think. It also has merge conflicts.
@martync I restarted it. You can follow its progress here: https://travis-ci.org/aschn/drf-tracking/builds/531659171
@martync I can try and take a look after the holiday break.
@martync This needs a rebase in order to be merged.
Originally, the actual creation of the APIRequestLog instance was first done in the initial. It was moved over time to the finalize_response method. I would have to dig into the...
@ataylor32 Admin editability can depend on a per user basis. Dictating it one way probably isn't the best idea. Now are people using the admin to edit track records is...
@whippersnapper As far as I know there isn't a way to set that via a settings file. However, I can strip out the response data via Django model's `pre_save` signal.
@whippersnapper The best suggestion for this kind of approach is to use a pre_save signal, or make a PR that creates a pre-save-processor before the actual save.