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

correct argument name #190

Closed jason-curtis closed 7 years ago

jason-curtis commented 7 years ago

The (minor!) issue was that the argument name as implemented in cache_response is timeout, not cache_timeout, but the docs named it cache_timeout instead. I corrected it in the .md source file now as well as the .html file which I guess is too long for GitHub's diff viewer to handle.