diff options
| author | Dmitry Medvinsky <dmedvinsky@gmail.com> | 2012-06-08 14:00:51 +0400 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2012-06-23 16:31:16 +0200 |
| commit | d4da08375b634544b95859d4d4667b8f05e3a29a (patch) | |
| tree | cdd83ab9b4a15ef938c9811c3e5f02edaf34a4c2 /docs/topics/python3.txt | |
| parent | 946d3d9f84ea7979a4abf0857e4aa7ee33576303 (diff) | |
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):
...
Diffstat (limited to 'docs/topics/python3.txt')
0 files changed, 0 insertions, 0 deletions
