> { 'production_date' : 2008-01-02,
>   'bikes' : [Bike 1, Bike 2],
>   'production_date' : 2008-02-09,
>   'bikes : [Bike 7, Bike 4]
>
> }

I'm sorry about that, I meant something like this:

{ 2008-01-02 : [Bike 1, Bike 2],
  2008-02-09 : [Bike 7, Bike 4] }

I guess I didn't quite think that through. :)

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