X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bcf3b50304dc2159e9005b78000f212edd2d4bf..062a80b51a89bf2361930461c0ad7ae5e36a2bdd:/apps/pdcounter/models.py diff --git a/apps/pdcounter/models.py b/apps/pdcounter/models.py index 1e441ac64..064661c9d 100644 --- a/apps/pdcounter/models.py +++ b/apps/pdcounter/models.py @@ -93,7 +93,7 @@ if not settings.NO_SEARCH_INDEX: import search idx = search.Index() idx.index_tags(instance, remove_only=not 'created' in kwargs) - + post_delete.connect(update_index, Author) post_delete.connect(update_index, BookStub) post_save.connect(update_index, Author)