I'm seeing some strange slicing behaviour (using sqlite3 and the dev server).

All I want to do is grab the last element in the table, so I'm trying this:

Foo.objects.all()[-1]

When I do that in a shell (via manage.py shell) it works fine, and
respects my 'ordering' Meta. However, when my application is actually
running, that same line will ALWAYS return the first row in the table,
not the last one.

Am I missing something here?

Jay P.

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