Re: A post database write signal

2019-09-06 Thread Adam Johnson
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

A post database write signal

2019-09-04 Thread Anthony Goslar
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