X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9f46cd8bd84b9d2cd3febd80b3906260314de43f..84e2c528c61c6018ab21d1729ee32f34d3653b8e:/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()