Implemented EntityForm, which knows how to deal with AttributeFields and Relationship...
[philo.git] / signals.py
1 from django.dispatch import Signal
2
3 entity_class_prepared = Signal(providing_args=['class'])