On Thu, Feb 18, 2010 at 10:55 AM, Paul Stone <stoned...@gmail.com> wrote: > I'm trying to find the best way to update a model using data from the > request object (e.g request.user) before it is saved. One use case for > this is updating an 'updated_by' field on a model.
Presumably you have a view which is updating this object. The view has access to the HttpRequest. Therefore, the easy, simple, clean and elegant way is... to have the view set the value of that field. So do that and ignore anyone who tells you otherwise -- magically/secretly/implicitly trying to make things happen or provide access to variables is the path of people who prefer to make their own jobs harder. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.