I think I figured this out.  What Django's syndication refers to as
"items" are the same thing the Atom specification calls
"entries."  (I'd thought that an "item" referred to a single Django
model instance, but this clearly isn't the case when I look at the raw
XML generated by my feed.)

On Sep 28, 9:17 pm, peppergrower <spamcomefindmeple...@gmail.com>
wrote:
> I've read Django's documentation on its syndication framework, and
> it's mostly pretty thorough.  I set up an Atom feed that seems to work
> just fine.  However, I'd like to include the last several entries in
> my feed: how can I do this in Django?  (I'm creating an Atom 1.0 feed,
> in case it matters.)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to