[Fixed]-Django Ajax – $.get method success function executed without ANY server-side view called

1👍

Hm… Looks like your browser is caching this request. Trying wrapping this url with never_cache

never_cache(url(...))

Leave a comment