Marc, I found a reference in docs.
http://docs.djangoproject.com/en/1.2/ref/contrib/admin/#modeladmin-methods On Feb 6, 2:00 pm, Marc Aymerich <[email protected]> wrote: > On Sun, Feb 6, 2011 at 2:53 PM, andmart <[email protected]> wrote: > > In a insert or in a update, the pk is already filled in > > ModelAdmin.save_model. > > > The creation of object in database is in ModelForm.save. > > > So, I think it's not the way to handle it. > > > I notivced googling there is a boolean parameter named change and I'm > > using it. > > Hi andmart, > Do you have more information about this boolean parameter? do you have > the link to the website where you find it? > what you comment seems quite useful :) > > -- > Marc -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

