Django 1.11.17 版本发行说明
2018 年 12 月 3 日
Django 1.11.17 修复了 1.11.16 中的几个漏洞,并增加了对 Python 3.7 的兼容性。
漏洞修复
- Prevented repetitive calls to
geos_version_tuple()
in the WKBWriter
class in an attempt to fix a random crash involving LooseVersion
since
Django 1.11.14 (#29959).