Django 1.11.26 リリースノートLink to this heading
2019年11月4日
Django 1.11.26 fixes a regression in 1.11.25.
BugfixesLink to this heading
Fixed a crash when using a
contains,contained_by,has_key,has_keys, orhas_any_keyslookup ondjango.contrib.postgres.fields.JSONField, if the right or left hand side of an expression is a key transform (#30826).