OK, thanks Always learning. What I miss from my other programming is MSDN like style of help pages. I tend more and more to use the django pdf documentation because I can't get used to the web interface for this.
On 17 Apr, 07:42, HarpB <hsbsi...@gmail.com> wrote: > Both patterns will produce same query. You can also use > django-debug-toolbar, which gives ur debugsqlshell tool. So you can execute > code from the commandline and can see what the query will be. > > Django also has a code pattern for your case - for getting the first > element, you can just use > latest()https://docs.djangoproject.com/en/dev/ref/models/querysets/#latest > i.e. Model.objects.latest() -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.