Plugin Version
0.4.1
Proposed functionality
I would like use a pre_save hook for models created in the custom_objects plugin. I tried making a receiver where the sender is the model that I got with #276.
Use case
This would allow to write custom plugins to make computed fields on the models.
External dependencies
No response