On 13-8-2012 22:34, Kurtis wrote:

> This may be a simple question and something I will probably just need more 
> time to dig in and try out. What's the best way to send data to a form 
> (specifically ModelForm) without using request.POST?

The initial argument work for you?
In short, initial should be used for 'change forms' and request.POST for
the /result/ of that form.
-- 
Melvyn Sopacua

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