Hi,
Dumb question - In a feed situation, I am using something like:
return Page.objects.order_by('-date')[:30]

That will always return (say) 30 results. They don't change, it's always the 
same 30, with perhaps a few new ones.

Do I have to worry about this sameness -- or does the syndication system 
remove duplicates? Is this a Django thing or an RSS thing? i.e. where does it 
look at the data and say 'drop this, it's the same as last time'?

\d
-- 
Where I web: http://otherwise.relics.co.za/
Comics, tutorials, software and sundry

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