Django 1.10.5 发布了。Django 是 Python 编程语言驱动的一个开源模型-视图-控制器(MVC)风格的 Web 应用程序框架。使用 Django,我们在几分钟之内就可以创建高品质、易维护、数据库驱动的应用程序。
更新内容:
-
Fixed a crash in the debug view if
request.user
can’t be retrieved, such as if the database is unavailable -
Fixed occasional missing plural forms in
JavaScriptCatalog
-
Fixed a regression in the
timesince
andtimeuntil
filters that caused incorrect results for dates in a leap year -
Fixed a regression where
collectstatic
overwrote newer files in remote storages
下载地址:
时间:2017-01-05 08:25
来源:开源中国社区
作者:王练
原文链接