Hi,

I use a session to store several instances of different models coming
from a:

some_model.objects.get(pk = some_pk)

When the data in the db changes the model instances in the session
still contain the old data. What would be a good strategy to make
shure that all objects in a session get fresh data on every request?

Marc

PS: Hopefully going live in 2 weeks ... to be continued
--~--~---------~--~----~------------~-------~--~----~
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