On 28 Sty, 17:23, "ashwoods" <[EMAIL PROTECTED]> wrote:
> i'll be testing it tonight :)

Cool :)

I just committed a version that does ordering and sorting
on the translated fields using the database api, so now it
is possible to:

 * order_by('name'),
 * order_by('name_en'),
 * filter(name__contains='blah'),
 * filter(name_pl__contains='blah'),

and so on.  There is still a lot to do, though -- in particular,
I think that making sorting work in admin will require
patching the admin views after all.

-mk


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