发布于 2016-12-02 01:22:52 | 137 次阅读 | 评论: 0 | 来源: 网友投递
Django Python WEB开发框架
Django是一个开放源代码的Web应用框架,由Python写成。采用了MVC的软件设计模式,即模型M,视图V和控制器C。它最初是被开发来用于管理劳伦斯出版集团旗下的一些以新闻内容为主的网站的,即是CMS(内容管理系统)软件。并于2005年7月在BSD许可证下发布。这套框架是以比利时的吉普赛爵士吉他手Django Reinhardt来命名的。
更新内容如下:
Bug修复
Quoted the Oracle test user’s password in queries to fix the “ORA-00922: missing or invalid option” error when the password starts with a number or special character (#27420).
Fixed incorrect app_label
/ model_name
arguments for allow_migrate()
in makemigrations
migration consistency checks (#27461).
Made Model.delete(keep_parents=True)
preserve parent reverse relationships in multi-table inheritance (#27407).
Fixed a QuerySet.update()
crash on SQLite when updating a DateTimeField
with an F()
expression and atimedelta
(#27544).
Prevented LocaleMiddleware
from redirecting on URLs that should return 404 when usingprefix_default_language=False
(#27402).
Prevented an unnecessary index from being created on an InnoDB ForeignKey
when the field was added after the model was created (#27558).
完整更新内容请看更新日志。
下载地址: