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.
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.