内容简介:Python Web 框架 Django 2.0.6 已发布,官方表示,这是一个 bug 修复版本。主要修复了以下的 bug: Fixed a regression that broke custom template filters that use decorators (#29400). Fixed detection of c...
Python Web 框架 Django 2.0.6 已发布,官方表示,这是一个 bug 修复版本。主要修复了以下的 bug:
Fixed a regression that broke custom template filters that use decorators (#29400).
Fixed detection of custom URL converters in included patterns (#29415).
Fixed a regression that added an unnecessary subquery to the
GROUP BYclause on MySQL when using aRawSQLannotation (#29416).Fixed
WKBWriter.write()andwrite_hex()for empty polygons on GEOS 3.6.1+ (#29460).Fixed a regression in Django 1.10 that could result in large memory usage when making edits using
ModelAdmin.list_editable(#28462).
可以看到,该版本修复了多个回归错误,值得升级。
详情请查看发布说明 https://docs.djangoproject.com/en/2.0/releases/2.0.6/
下载:https://www.djangoproject.com/download/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法问题实战策略
[韩] 具宗万 / 崔盛一 / 人民邮电出版社 / 2015-2 / 119.00元
第一部分 开始解决问题 第二部分 算法分析 第三部分 算法设计范式 第四部分 一些著名的算法 第五部分 基本数据结构 第六部分 树 第七部分 图一起来看看 《算法问题实战策略》 这本书的介绍吧!