Django 1.9.10发布了。Django 是 Python 编程语言驱动的一个开源模型-视图-控制器(MVC)风格的 Web 应用程序框架。使用 Django,我们在几分钟之内就可以创建高品质、易维护、数据库驱动的应用程序。
改进内容:
-
The parser for
request.COOKIES
is simplified to better match the behavior of browsers and to mitigate this attack. -
request.COOKIES
may now contain cookies that are invalid according to RFC 6265 but are possible to set viadocument.cookie
.
下载地址:
时间:2016-09-28 08:26
来源:开源中国社区
作者:达尔文
原文链接