发布于 2017-03-02 14:24:42 | 277 次阅读 | 评论: 0 | 来源: 网友投递
Django Python WEB开发框架
Django是一个开放源代码的Web应用框架,由Python写成。采用了MVC的软件设计模式,即模型M,视图V和控制器C。它最初是被开发来用于管理劳伦斯出版集团旗下的一些以新闻内容为主的网站的,即是CMS(内容管理系统)软件。并于2005年7月在BSD许可证下发布。这套框架是以比利时的吉普赛爵士吉他手Django Reinhardt来命名的。
Django 1.10.6 发布了,这是一个 bugfix 版本,主要修复了 1.10.5 中的下面几个 Bug:
Fixed ClearableFileInput
’s “Clear” checkbox on model form fields where the model field has a default
(#27805).
Fixed RequestDataTooBig
and TooManyFieldsSent
exceptions crashing rather than generating a bad request response (#27820).
Fixed a crash on Oracle and PostgreSQL when subtracting DurationField
or IntegerField
from DateField
(#27828).
Fixed query expression date subtraction accuracy on PostgreSQL for differences larger than a month (#27856).
Fixed a GDALException
raised by GDALClose
on GDAL ≥ 2.0 (#27479).
下载地址:https://www.djangoproject.com/download/