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 and timeuntil filters that caused incorrect results for dates in a leap year
Fixed a regression where collectstatic overwrote newer files in remote storages
下载地址:https://github.com/django/django/archive/1.10.5.zip
来自:开源中国社区

