On Oct 15, 2:58 pm, 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)

I don't know where you're looking, but save_model is called from
add_view, change_view and changelist_view in contrib.admin.options.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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