Hi,

What's the best way to preload values into an admin form when using
newforms-admin?

I've managed to patch django to load form fields with default values
from my model fields.  But, this doesn't really allow for the
arbitrary code based on the request that I would like.  In particular,
I'd like to be able to store the currently logged in user's id into a
required field as the form loads.  I can't seem to find a hook to do
that.

I have been able to accomplish what I wanted by overriding save_add()
and loosening the required restriction.  Obviously, by doing such, I
also lose expresiveness and safety checking when using the model in
any other context.

Anyone have any ideas on how to go about hooking in at form render/load?

-- 
Thanks,
Kevin

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