November 4, 2019
Django 2.2.7修复了2.2.6中的几个错误。
修复了使用时的崩溃 contains , contained_by , has_key , has_keys ,或 has_any_keys 查找上 django.contrib.postgres.fields.JSONField ,如果表达的右侧或左侧是关键变换 (#30826 )。
防止 migrate --plan 从可见 RunPython 当 reverse_code callables没有文档字符串或显示向前迁移计划时 (#30870 )。
Fixed migrations crash on PostgreSQL when adding an
Index with fields ordering and
opclasses (#30903).
Restored the ability to override
get_FOO_display() (#30931).
5月 28, 2025