I have a ModelA which has sorl-thumbnail ImageField.
I load this model's images using sorl thumbnail in templates.
Problem is that whenever I change the image of this model, its new image doesn't show up right away because of brower cache (I think...)
How can I make it shown up right away after change the image?
Thanks
press
ctrl+shift+Rfor a hard reload. that usually works for me. but if it didn't work, just open chrome's inspect element tool byctrl+shift+Iand then right click on the refresh button and click onEmpty Cache and Hard Reloadas in the below picture.