I have been digging around for about 24 hours now and am still not able to 
solve this. I am using a 'haystack.forms.FacetedSearchForm' and want set 
some initial field values to some of the form fields.

Here are some more details on what I am trying to do. 
http://stackoverflow.com/questions/16340222/set-fields-initial-value-within-haystacks-facetedsearchform

after a few hours of diggin around the code and documentation, I realized 
that we can not set inital values for a bound form and `FacetedSearchForm` 
is initialized in a method called `build_form` under 
`haystack.views.SearchView` I tried overriding the method and it still 
doesn't work. Is there a way we can set inital data to a bound form at all ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to