I can do that for the recent topics (was trying not to, thinking it
would be more efficient to handle it in the view), but what about
something like last_seen, which is different for each user, as it's
calculated from their session:
if i.topic_modification_date > request.session['last_seen']:
          i.last_seen = "New"

Is there any way to pass that info to 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to