Hi Anthony,
The idea of some form-related signals has previously been suggested, and
there's an open ticket: https://code.djangoproject.com/ticket/27923 and the
mailing list thread:
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/django-developers/SviNiWy3Bjc/fqFL8rZvBAAJ
The post_save signal doesn't return the data written to the database. I have a
project where I need to use a newly created instance to create a number of new
instances in other models based on the current saved data. I can't however call
the data in the current instance using the post_save signa