X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9ce7b544a0616db407be602ea453771fc9c0a6dd..75957f735219259d3b4bc361f80ccd3d7b92a0e9:/src/wolnelektury/signals.py diff --git a/src/wolnelektury/signals.py b/src/wolnelektury/signals.py index 5eb7e8847..d15b960b7 100644 --- a/src/wolnelektury/signals.py +++ b/src/wolnelektury/signals.py @@ -21,7 +21,7 @@ def flush_views_after_manual_change(sender, **kwargs): to just flush the cache on those instances. If changes become too often, relevant bits should be separated - as ssi_included views and flushed individually when needed. + and cached and flushed individually when needed. """ if sender in (Catalog, Library, InfoPage, Author, BookStub, Spent):