Django 3.1.5发布说明

January 4, 2021

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

错误修正

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

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

  • 修复了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 )。