Hi,

I am new to Django so please excuse if this has been asked before - I
could not find anything in my list searches.

I am using the standard admin for a model called Member. I can
override the save method to perform a small database tweak when a
member is saved. This will involve accessing the value of a hidden
field in the change_form for the model which I have added.

Unfortunately I don't seem able to access the HttpRequest object and
hence the POST data that was supplied when the change_form was
submitted.

It seems that this information should be available somewhere - can
anyone tell me how?

Thanks

-- Peter
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to