I have an hook in a v1.1.1 admin app that sets some default values
when adding an object - it works by overriding ModelAdmin.save_model

Well, I just tried it with v1.2a and it fails, it looks like the call
to save_model that preceded the calls to save_formset was removed.
Without save_model, is there a replacement hook available to populate
the model with data from the request before it's saved?

-- 
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.

Reply via email to