How to get latest timestamp in a column?
I have a timestamp column in my t1 table. The format is as: 2009-12-24 06:17:34
There are many entries as such.
How do w开发者_StackOverflow中文版e query from views to get the latest timestamp
ModelClass.objects.latest(timestamp_field)
精彩评论