In my template, i want to be able to print "Item X of Y" where items are got
from a QuerySet such as Picture.objects.filter(album='name')

Now Y is easy to get, its just the count() of the queryset, however i cant
seem to find a solution to find X. The objects do have an ordering set, so
they should be in the same order each time the query is run. I know its bad,
but i tried to just to a pictures.index(picture) just for testing, but
QuerySet doesnt provide that method (sensibly). Any pointers?

Thanks

Tom

-- 
Tom Badran
http://badrunner.net

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