Django 2.2.5 版本发行说明
2019 年 9 月 2 日
Django 2.2.5 fixes several bugs in 2.2.4.
漏洞修复
- Relaxed the system check added in Django 2.2 for models to reallow use of the
same
db_table
by multiple models when database routers are installed (#30673). - Fixed crash of
KeyTransform()
fordjango.contrib.postgres.fields.JSONField
andHStoreField
when using on expressions with params (#30672). - Fixed a regression in Django 2.2 where
ModelAdmin.list_filter
choices to foreign objects don't respect a model'sMeta.ordering
(#30449).
讨论区