multi-language feature titles
This commit is contained in:
parent
9f79e26671
commit
3c96a98344
11 changed files with 101 additions and 44 deletions
|
@ -40,4 +40,4 @@ class CachedViewSetMixin:
|
|||
|
||||
class AccessCachedViewSetMixin(CachedViewSetMixin):
|
||||
def get_cache_params(self, request):
|
||||
return super().get_cache_params(request)+'___'+'___'.join(get_unlocked_packages(request))
|
||||
return super().get_cache_params(request) + '___' + '___'.join(get_unlocked_packages(request))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue