Django 2.1.14 版本发行说明
2019 年 11 月 4 日
Django 2.1.14 fixes a regression in 2.1.13.
漏洞修复
- Fixed a crash when using a
contains
,contained_by
,has_key
,has_keys
, orhas_any_keys
lookup ondjango.contrib.postgres.fields.JSONField
, if the right or left hand side of an expression is a key transform (#30826).