为什么 Django 缓存会导致 CSRF 违规和模板渲染错误?

Why does Django caching cause CSRF violation and faulty template rendering?

我在生产中使用 Django 和 Memcached,据我所知,缓存系统似乎工作正常,但是,它会导致我的应用程序出现某些错误:

如果有人知道这里发生了什么以及我该如何解决这个问题,请告诉我。

你应该fragment cache template, 这样您就不会缓存应该随每个请求更改的部分