summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/2.2.8.txt')
-rw-r--r--docs/releases/2.2.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.2.8.txt b/docs/releases/2.2.8.txt
index e9bd1ed1cb..4d8f9869c5 100644
--- a/docs/releases/2.2.8.txt
+++ b/docs/releases/2.2.8.txt
@@ -13,3 +13,7 @@ Bugfixes
* Fixed a data loss possibility in the admin changelist view when a custom
:ref:`formset's prefix <formset-prefix>` contains regular expression special
characters, e.g. `'$'` (:ticket:`31031`).
+
+* Fixed a regression in Django 2.2.1 that caused a crash when migrating
+ permissions for proxy models with a multiple database setup if the
+ ``default`` entry was empty (:ticket:`31021`).