django1/docs/releases/2.0.7.txt

22 lines
565 B
Plaintext
Raw Normal View History

2018-06-08 14:40:04 +08:00
==========================
2018-06-08 18:05:22 +08:00
Django 2.0.7 release notes
2018-06-08 14:40:04 +08:00
==========================
*July 2, 2018*
Django 2.0.7 fixes several bugs in 2.0.6.
Bugfixes
========
* Fixed admin changelist crash when using a query expression without ``asc()``
or ``desc()`` in the page's ordering (:ticket:`29428`).
* Fixed admin check crash when using a query expression in
``ModelAdmin.ordering`` (:ticket:`29428`).
* Fixed ``__regex`` and ``__iregex`` lookups with MySQL 8 (:ticket:`29451`).
2018-06-28 23:07:37 +08:00
* Fixed migrations crash with namespace packages on Python 3.7
(:ticket:`28814`).