> Any other ideas?

Yes. You mention that you "use some available Django generic views".
Can you show us your urls.py?

It's possible that your QuerySet is being cached. For example, if you
happen to be using the QuerySet through the extra_dict parameter of
your generic views instead of as part of the info_dict parameter. This
would be consistent with your observation that the first time the
server starts it shows the right date and never afterwards.


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

Reply via email to