agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
348 stars 86 forks source link

Use default django cache timeoout #253

Closed henadzit closed 3 years ago

henadzit commented 3 years ago

At the moment django-dynamic-preferences caches values indefinitely if caching is used. I described the reasons why it could be suboptimal in this ticket. This PR makes django-dynamic-preferences to use the default Django cache timeout which can be set in settings.