Django3.0.8发行说明

2020年7月1日

django3.0.8修复了3.0.7中的几个错误。

错误修正

  • 固定消息 InvalidCacheKey 例外情况和 CacheKeyWarning 缓存密钥验证引发的警告 (#31654

  • 修正了django3.0.7中的一个回归,该回归在按多对一关系分组时导致queryset崩溃 (#31660

  • Reallowed,在django3.0中的回归之后,非表达式具有 filterable 在queryset筛选器中用作右侧的属性 (#31664

  • Fixed a regression in Django 3.0.2 that caused a migration crash on PostgreSQL when adding a foreign key to a model with a namespaced db_table (#31735).

  • 为添加了兼容性 cx_Oracle 8 (#31751