Django 3.1.5发行说明

2021年1月4日

Django 3.1.5修复了3.1.4中的几个错误。

错误修复

  • 固定的 __isnull=True 查找以下项的键转换 JSONField 使用Oracle和SQLite (#32252 )。

  • 修复了Django 3.1中的一个错误,该错误导致在使用引发 MiddlewareNotUsed 例外情况 (#32299 )。

  • 修复了Django 3.1中导致前缀错误的Django 3.1中的回归 STATIC_URL and MEDIA_URL settings, by the server-provided value of SCRIPT_NAME (or / if not set), when set to a URL specifying the protocol but without a top-level domain, e.g. `` http://myhost/`` (#32304 )。