I can't figure out what is going on here but I'm hoping someone can
help.  I am using James Bennett's get_latest templatetag (
http://www.b-list.org/weblog/2006/jun/07/django-tips-write-better-template-tags/
) and am using django-syncr.  Django Syncr works fine and syncs my
twitter tweets just fine.  However it seems that the my get_latest
call in my template is just grabbing the first 9 tweets it finds in
the database rather than the latest additions to the database.

<code>
{% get_latest twitter.tweet 9 as latest_tweets %}
</code>

The odd part is that I'm also using django-syncr to sync my flickr
photos and using the exact same template tag and it works perfectly
fine.

<code>
{% get_latest flickr.photo 21 as latest_flickr %}
</code>

I realize that this is a pretty specific issue but I thought maybe
someone else would have run into it.
--~--~---------~--~----~------------~-------~--~----~
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