Max Kamenkov

Results 4 comments of Max Kamenkov

I think it is very specific case and this logic should be implemented at application level.

Sure, I found that problem related to defautdict w/ lambda expression: ``` python from collections import defaultdict class TestView(generics.RetrieveAPIView): def calculate_cache_key(self, view_instance, view_method, request, args, kwargs): return 'test' @cache_response(10 *...

I think it works because of https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/utils/encoders.py#L58 DRF performs additional steps to encode response data.

Hi, tweebot mostly developed to run as backgound or shell task, as it requires interaction with twitter api server that can take a long time. About second part of your...