Note di rilascio di Django 2.2.5Link to this heading
2 Settembre 2019
Django 2.2.5 risolve alcuni bug in 2.2.4.
Correzioni di bugLink to this heading
Relaxed the system check added in Django 2.2 for models to reallow use of the same
db_tableby multiple models when database routers are installed (#30673).Fixed crash of
KeyTransform()fordjango.contrib.postgres.fields.JSONFieldandHStoreFieldwhen using on expressions with params (#30672).Fixed a regression in Django 2.2 where
ModelAdmin.list_filterchoices to foreign objects don’t respect a model’sMeta.ordering(#30449).