Hi, I'm using Django 0.91 (until 0.95 become stable) and I have a field
ManyToMany, but when I try to do something like this:
<code>
mymodels.get_object(pk=1).get_myothermodel_list(order_by=['some_field'])
</code>
I got this error:
*method_get_many_to_many() got an unexpected keyword argument
'order_by'*

Same with "limit","offset" and any "field__<op>" kwargs

Could someone help me?
Thanks a lot ;)
--
Rafael Jorge
More one mail from Brazil xD


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to