Laurence Gellert
Results
2
issues of
Laurence Gellert
With LoggingMixin set on my ViewSet, if an anonymous user hits an endpoint, drf_api_tracking throws an error: 'NoneType' object has no attribute 'is_anonymous' It comes from `BaseLoggingMixin._get_user()`, specifically the line...
Just spent an hour or so tracing down a blank wsgi:error line that kept appearing in my live server logs. It was caused by the VersatileImageFieldWarmer.warm() method which is writing...