Jarek Zgoda schrieb:
> Wiadomość napisana w dniu 2008-11-26, o godz. 10:20, przez Thomas  
> Guettler:
>
>   
>> I am missing order by nulls [first|last]
>>
>> Either I am blind, or it is not possible.
>>     
>
>
> I think this is database-dependent.
>   
I know, but I would like to force this with django ORM.

something like this:
MyModel.objects.all().order_by('due_date', nulls_last=True)

I don't know if all database backends support this. Postgres does.

  Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


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