diff options
| author | Tim Graham <timograham@gmail.com> | 2018-06-28 11:07:37 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-28 11:07:37 -0400 |
| commit | 8c4b94d32d229109c17e050cab1f894d56e755da (patch) | |
| tree | aeea48a3da61621b4ec643b0043de11a2db7c8ba /docs/releases/2.0.7.txt | |
| parent | 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 (diff) | |
Forwardported 2.0.7 release note.
Diffstat (limited to 'docs/releases/2.0.7.txt')
| -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`). |
