mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-27 02:10:22 +00:00
Add class description
This commit is contained in:
parent
8a35b3a3dd
commit
a59330cf2c
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@ def ik_model_receiver(fn):
|
|||
|
||||
|
||||
class ModelSignalRouter(object):
|
||||
"""
|
||||
Handles signals dispatched by models and relays them to the spec sources
|
||||
that represent those models.
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self._sources = []
|
||||
uid = 'ik_spec_field_receivers'
|
||||
|
|
|
|||
Loading…
Reference in a new issue