mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Updated the default view caching to 600, which is the django default instead of forcing the views to NEVER cache at all.
This commit is contained in:
parent
f6c06a2bf6
commit
84f84e10c8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from django.db.models import Q
|
|||
|
||||
DEFAULT_SETTINGS = {
|
||||
'ALLOW_SLUG_CHANGE': False,
|
||||
'CACHE_VIEW_LENGTH': 0,
|
||||
'CACHE_VIEW_LENGTH': 600,
|
||||
'RELATION_MODELS': [],
|
||||
'M2M_REGISTRY': {},
|
||||
'FK_REGISTRY': {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue