I use the limit_choices_to in FK to custom a FK choices, but how to
order it. in the Django, we have to  order a Queryset bt order_by()
method, but limit_choices only need a dict or a Q object. I don't want
touch Database.
Is there a method to deal with?


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

Reply via email to