I'm using generic views to display a list of news headlines. I use {% for object in latest %} in my template to show a listing of my headlines.
I have a couple of questions for anyone who may have a few minutes to explain: 1. What entries are pulled by "latest"? I have 20 entries and the oldest 5 are the only ones not showing up. 2. Is there a "for" statement using generic views that will pull all of my headlines? 3. Are there any examples of code that show pagination that a python lightweight (me) could easily program? thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---