django-cachebot icon indicating copy to clipboard operation
django-cachebot copied to clipboard

Cache doesn't invalidate if query doesn't contain any filters

Open coderholic opened this issue 14 years ago • 0 comments

Model.objects.all() results are never invalidated. Can be worked around by doing something like Model.objects.filter(pk__gte=0)

coderholic avatar Aug 12 '11 14:08 coderholic