Skip to content
Commit d4da0837 authored by Dmitry Medvinsky's avatar Dmitry Medvinsky Committed by Florian Apolloner
Browse files

Fixed #18454 -- Added ability to pass a list of signals to `receiver`.

Added ability to use receiver decorator in the following way:

    @receiver([post_save, post_delete], sender=MyModel)
    def signals_receiver(sender, **kwargs):
        ...
parent 946d3d9f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment