chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Added ability to use a specific cache timeouts for `CacheResponseMixin` #244

Closed SerhiyRomanov closed 5 years ago

SerhiyRomanov commented 5 years ago

Added ability to use a specific cache timeouts for CacheResponseMixin Also added tests and documentation

// This PR consists of two PR by @sirmmo - https://github.com/chibisov/drf-extensions/pull/179/ and https://github.com/chibisov/drf-extensions/pull/180