Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON response get cache in Internet Explorer 10 #52

Closed
cimadawa opened this issue Feb 10, 2014 · 1 comment
Closed

JSON response get cache in Internet Explorer 10 #52

cimadawa opened this issue Feb 10, 2014 · 1 comment

Comments

@cimadawa
Copy link

Hi,

JSON response get cache in IE 10 browsers. Due to this caching, DB data updates are not shown in IE 10 browses.

I temporarily fixed this by adding "@never_cache" caching control header (https://docs.djangoproject.com/en/dev/topics/cache/#controlling-cache-using-other-headers) to "filterchain" and "filterchain_all" views. please fix this issue.

Thank you.

@blag blag closed this as completed in 46f651b Oct 22, 2016
@blag
Copy link
Collaborator

blag commented Oct 22, 2016

Should be fixed in master and I should push a release with the fix out to PyPI within a few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants