label api 2 -> 1
This commit is contained in:
parent
86ad247c50
commit
21f011be02
|
|
@ -136,7 +136,7 @@ class LabelListView(LabelFilterMixin, ListAPI):
|
|||
]
|
||||
|
||||
|
||||
@method_decorator(cache_page(2), name='dispatch')
|
||||
@method_decorator(cache_page(1), name='dispatch')
|
||||
class LabelPrintMixin(LabelFilterMixin):
|
||||
"""Mixin for printing labels."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue