1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[2.1.x] Forwardported 2.0.7 release note.

This commit is contained in:
Tim Graham 2018-06-28 11:07:37 -04:00
parent 7a007e967b
commit c2d44ae6cb

View File

@ -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`).