summaryrefslogtreecommitdiff
path: root/requests_cache/models
Commit message (Expand)AuthorAgeFilesLines
...
* Make CachedResponse a non-slotted class to allow client code to set arbitrary...Jordan Cook2021-07-161-12/+5
* Improve type annotations and fix type checking errorsJordan Cook2021-07-063-16/+25
* Add option to exclude expired responses in keys(), values(), and response_cou...Jordan Cook2021-07-031-5/+0
* Integrate serializers with backendsJordan Cook2021-06-111-2/+3
* Add annotation for CachedResponse.history and add support for ForwardRef in B...Jordan Cook2021-06-111-1/+1
* Compatibility fixes for requests 2.16 and 2.17Jordan Cook2021-06-031-2/+5
* Make cattrs optional, and other cleanupJordan Cook2021-05-264-69/+40
* Fix broken unit tests and add more coverageJordan Cook2021-05-262-10/+21
* Split out serializers and models into separate classesJordan Cook2021-05-264-0/+304