I would like to turn caching off for certain pages when that view is accessed. It's for a page that simply queries model objects.
it seems like when 'django.middleware.cache.FetchFromCacheMiddleware', is enabled, it requires another "refresh" from the browser to see the latest data.
Is there any way to prevent this?
Thank you.
https://docs.djangoproject.com/en/dev/topics/cache/#controlling-cache-using-other-headers