>
> Hmmm... what are you trying to do by passing the queryset?  Doesn't that
> send your form everybody's data, instead of just the active user?

No, it doesn't. It returns all available options that users can
optionally select. Users selections of these fields are stored
elsewhere.

> If I
> recall correctly, passing a queryset will initialize a form, so perhaps all
> you need to do there is make it a "get" that returns only the current user's
> data?

I am doing this already. The problem is, getting all checkboxes, and
using the user-specific data to check the "checked" boxes isn't
working.

~G~

--

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.


Reply via email to