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/
继续阅读与本文标签相同的文章
-
实时计算Flink on Kubernetes产品模式介绍
2026-05-18栏目: 教程
-
重磅|阿里云HBase Ganos全新升级,推空间、时空、遥感一体化基础云服务
2026-05-18栏目: 教程
-
Apache Flink 1.9.0版本新功能介绍
2026-05-18栏目: 教程
-
新功能初探 | RDS MySQL 8.0 支持 DML 语句 returning
2026-05-18栏目: 教程
-
浅谈分布式计算的开发与实现(二)
2026-05-18栏目: 教程
