Code4PuertoRico / contratospr-api

Web application to gather, display and make searchable contracts made by the Puerto Rico state government.
https://contratospr.com
Apache License 2.0
37 stars 12 forks source link

Update deps and fix #143 #153

Closed jpadilla closed 3 years ago

jpadilla commented 3 years ago

Description

Follow up to #142, #143, #146, #148. Main issue was incorrectly caching django-rest-framework Response() (which is not strictly compatible) via Django's cache_page() decorator.