Re: Problem with _post_save() on 0.9.1 - Addendum

2006-06-20 Thread David Reynolds
On 20 Jun 2006, at 11:25 am, David Reynolds wrote: > I hope someone is still using 0.9.1, as I am having a small problem > with using _post_save() in a model on it. > > I am creating a newsletter type system, which has various ForeignKey > fields. When the _post_save hook is called the email is

Problem with _post_save() on 0.9.1

2006-06-20 Thread David Reynolds
Hi, I hope someone is still using 0.9.1, as I am having a small problem with using _post_save() in a model on it. I am creating a newsletter type system, which has various ForeignKey fields. When the _post_save hook is called the email is sent, however when I change the email and store it,