Okay, I've scoured the fine, fine documentation, and, well, nothing.

I have a page that lists a bunch of Geolocation objects (using the
generic view list, works great.) I have a detail page
(django.views.generic.list_detail.object_detail) that works great the
same way...displaying one geolocation (with a tiny Google map, nice.)

What I'm stymied about...how do you get a reference to the previous and
next geolocations in the result so you can have links on the page for
previous geolocation and next geolocation?

(The primary key IDs are not consecutive...they are mostly, but there
are gaps.)

This seems like something fundamental and generic-ish, hence my attempt
to use a generic view.


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