I'm making a task application that allows for subtasks.  I have my
model set up so that it has ParentTask is a ForiegnKey('self), so
using Task.task_set.all() I can get all of the subtasks, but when I
serialize using json it doesn't show any of the subtasks.  Is there
any way for me to get the subtasks serialized into json?


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