django-cachebot
django-cachebot copied to clipboard
Cache doesn't invalidate if query doesn't contain any filters
Model.objects.all() results are never invalidated. Can be worked around by doing something like Model.objects.filter(pk__gte=0)