32137b6523
python3.3 and python3.4 are supported
4 lines
115 B
Python
4 lines
115 B
Python
from django.dispatch import Signal
|
|
|
|
receive_persons = Signal(providing_args=['person_prefix_filter', 'id_filter'])
|