Skip to content

Commit

Permalink
Merge pull request #146 from pbs/BEN-3132
Browse files Browse the repository at this point in the history
BEN-3132 fix for shared task
  • Loading branch information
stefaniloaie authored Nov 18, 2024
2 parents e9e0113 + 2ca4d18 commit 18d272f
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 18d272f

Please sign in to comment.