0752d476e4
* Remove headers * Changed lineendings to linux style in AUTHORS and CHANGELOG
6 lines
140 B
Python
6 lines
140 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from django.dispatch import Signal
|
|
|
|
receive_persons = Signal(providing_args=['person_prefix_filter', 'id_filter'])
|