Releases: druids/django-chamber
Releases · druids/django-chamber
0.1.28
Highlights include:
- CreatedDispatcher -- new type of model dispatcher triggered when an instance is created
- refactoring and increased coverage and standard compliance
0.1.25
- added SmartModel dispatchers that unclutter _pre_save and _post_save methods
- added SmartQuerySet as default SmartModel queryset, adds fast_distinct filter (useful for PostgresSQL)