Sorry, a QuerySet eval question. Yeah, I'm dumb I know. My view is creating a query set, XXX.objects.all(). Stale data is being served up all the time. Read the docs about generic views, when sets are evaluated, some old posts in this group. Tried ._clone(), tried iteration, tried len(), nothing will give fresh data in my set.
If I do this in the django manage.py shell it's no problem at all. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

