Re: Overriding admin save event

2012-10-15 Thread Lachlan Musicman
On Tuesday, October 16, 2012, Lachlan Musicman wrote: > Hola, > > I wanted to override the save event in the admin so that users were > redirected to a different page. > > I found this page describing how to do it: > > http://www.ibm.com/developerworks/opensource/library/os-django-admin/index.html

Re: Overriding admin save event

2012-10-15 Thread Lachlan Musicman
On Tue, Oct 16, 2012 at 1:44 PM, Lachlan Musicman wrote: >> Hola, >> >> I wanted to override the save event in the admin so that users were >> redirected to a different page. > > Of course, further reading has turned up signals. Is this the current > recommended method? > > eg: > > from django.db.

Re: Overriding admin save event

2012-10-15 Thread Lachlan Musicman
On Tue, Oct 16, 2012 at 12:52 PM, Lachlan Musicman wrote: > Hola, > > I wanted to override the save event in the admin so that users were > redirected to a different page. Of course, further reading has turned up signals. Is this the current recommended method? eg: from django.db.models.signals