Skip to content

register signals only to models that have a search index?!?Β #70

@jedie

Description

@jedie

The default celery_haystack.signals.CelerySignalProcessor connects to django.db.models.signals.post_save and django.db.models.signals.post_delete

So the processor handles all save/delete actions for all models and not just for models that has a SearchIndex class...

It would only be more effective to connect only to the relevant models, isn't it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions