X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9f46cd8bd84b9d2cd3febd80b3906260314de43f..ffc2e047ca6712af8da3e13891b7ea16f184264a:/apps/catalogue/tasks.py diff --git a/apps/catalogue/tasks.py b/apps/catalogue/tasks.py index 1bb4bc96..547f36b4 100644 --- a/apps/catalogue/tasks.py +++ b/apps/catalogue/tasks.py @@ -32,3 +32,8 @@ def _publishable_error(book, language=None): def publishable_error(book): return _publishable_error.delay(book, translation.get_language()).wait() + + +@task +def book_content_updated(book): + book.refresh_dc_cache()