summaryrefslogtreecommitdiff
path: root/requests_cache/cache_keys.py
Commit message (Expand)AuthorAgeFilesLines
* Redact ingored_parameters from CachedResponse.urlv0.7.5v0.7Jordan Cook2021-09-151-20/+31
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-34/+42
* Integrate serializers with backendsJordan Cook2021-06-111-14/+16
* remove 'ignored parameters' from request prior to cachingParker Hancock2021-06-031-0/+19
* Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...Jordan Cook2021-04-181-1/+1
* Add 'verify' param to cache keyJordan Cook2021-04-011-2/+4
* Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a c...Jordan Cook2021-03-311-4/+4
* Move cache key utilities to a separate moduleJordan Cook2021-03-301-0/+109