Django 2.0.7 版本发行说明Link to this heading
2018 年 7 月 2 日
Django 2.0.7 fixes several bugs in 2.0.6.
漏洞修复Link to this heading
Fixed admin changelist crash when using a query expression without
asc()ordesc()in the page's ordering (#29428).Fixed admin check crash when using a query expression in
ModelAdmin.ordering(#29428).Fixed
__regexand__iregexlookups with MySQL 8 (#29451).Fixed migrations crash with namespace packages on Python 3.7 (#28814).