mirror of https://github.com/django/django.git
Forwardported 2.0.7 release note.
This commit is contained in:
parent
2f7cd7f8ec
commit
8c4b94d32d
|
@ -16,3 +16,6 @@ Bugfixes
|
||||||
``ModelAdmin.ordering`` (:ticket:`29428`).
|
``ModelAdmin.ordering`` (:ticket:`29428`).
|
||||||
|
|
||||||
* Fixed ``__regex`` and ``__iregex`` lookups with MySQL 8 (:ticket:`29451`).
|
* Fixed ``__regex`` and ``__iregex`` lookups with MySQL 8 (:ticket:`29451`).
|
||||||
|
|
||||||
|
* Fixed migrations crash with namespace packages on Python 3.7
|
||||||
|
(:ticket:`28814`).
|
||||||
|
|
Loading…
Reference in New Issue