Also overriding the Model.save is not an option since I need to use
the request object that is passed to the save_model method cause I
have some stuff in the request I need to use.

Any clue?

On Oct 15, 11:07 am, eka <ekagauranga...@gmail.com> wrote:
> But is there any reason why I can't use that one? Is documented :P
>
> On Oct 15, 11:05 am, Bayuadji <bayua...@gmail.com> wrote:
>
> > Hi,
>
> > You could override save on Model instead.
>
> > -djibon-
>
> > On 10/15/09, eka <ekagauranga...@gmail.com> wrote:
>
> > > Hi all
>
> > > I need to override the ModelAdmin save_model and I found out that is
> > > not being called. I checked the documentation where it says how to use
> > > it and the searched around the code to see if there is a call to that
> > > method and can't find any call to save_model anywhere in all Django
> > > src (versions 1.0 and 1.1).
>
> > >http://docs.djangoproject.com/en/1.0/ref/contrib/admin/#django.contri...
>
> > > Any clue? Is this not implemented? Bug? Or I'm missing something?
>
> > > Regards
>
> > > Esteban (eka)
>
> > --
> > --------------------------------------------------------------http://www.tumbletooth.org
> > my linkedin profile :http://www.linkedin.com/in/bayuadji
> > --------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to