diff options
| -rw-r--r-- | docs/releases/2.0.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.7.txt b/docs/releases/2.0.7.txt index 8d06deb226..ee54f396fb 100644 --- a/docs/releases/2.0.7.txt +++ b/docs/releases/2.0.7.txt @@ -16,3 +16,6 @@ Bugfixes ``ModelAdmin.ordering`` (:ticket:`29428`). * Fixed ``__regex`` and ``__iregex`` lookups with MySQL 8 (:ticket:`29451`). + +* Fixed migrations crash with namespace packages on Python 3.7 + (:ticket:`28814`). |
