Skip to content

Commit

Permalink
BEN-3132 fix for shared task
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniloaie committed Nov 14, 2024
1 parent e9e0113 commit 2ca4d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-*- coding: utf-8 -*-
# version string following pep-0440
__version__ = '0.9.118' # pragma: nocover
__version__ = '0.9.119' # pragma: nocover

default_app_config = 'filer.apps.FilerConfig'
2 changes: 1 addition & 1 deletion filer/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from django.core.management import call_command


@task
@shared_task
def take_out_filer_trash_task():
call_command("take_out_filer_trash")

0 comments on commit 2ca4d18

Please sign in to comment.