X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9f46cd8bd84b9d2cd3febd80b3906260314de43f..0a2221a9af54f60f93f0d9799a4b87a5774667d8:/apps/catalogue/tasks.py?ds=sidebyside 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()