Ross Crawford-d'Heureuse

Results 84 comments of Ross Crawford-d'Heureuse

🙇 really great little service this btw! thank you so much

+1 still exists, cant use any of the middleware

Thanks @chibisov I've created a PR for a docs change: https://github.com/chibisov/drf-extensions/pull/97 appreciate the quick feedback. Switched to redis_cache and seems to work well.

Sorry this still seems to be an issue... ``` REST_FRAMEWORK_EXTENSIONS = { 'DEFAULT_CACHE_RESPONSE_TIMEOUT': 60 * 5 } CACHES = { 'default': { #'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', # BUG with locmemcache for DRF-extensions...

@chibisov thanks caching like this ``` class PostsViewset(CacheResponseAndETAGMixin, viewsets.ReadOnlyModelViewSet): ... ```

disregard just found https://github.com/cloudposse/terraform-aws-iam-system-user/releases/tag/0.23.0