On Thu, Mar 4, 2010 at 1:36 AM, Jim N <jim.nach...@gmail.com> wrote:
> I just came across manager methods in the docs:
>
> http://docs.djangoproject.com/en/dev/topics/db/managers/#adding-extra-manager-methods
>
> Could I have used these to create a seriallizable QuerySet, by
> defining, say, a with_user() method inside the Questions model?

If you take this approach, you'll hit up against #5711. Django doesn't
allow for serialization of arbitrary model attributes. This is also
something that needs to be addressed as part of the serialization
teardown.

Yours,
Russ Magee %-)

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