diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-28 11:46:08 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-29 08:23:01 +0100 |
| commit | e8fcdaad5c428878d0a5d6ba820d957013f75595 (patch) | |
| tree | ad66ab6ad71490f87836fcbce891a0f0d6922c3c /docs | |
| parent | 86a0231e0a087d4b909f76223cc55d5bbb673930 (diff) | |
Fixed #31021 -- Fixed proxy model permissions data migration crash with a multiple databases setup.
Regression in 98296f86b340c8c9c968375d59f1d3a3479e60c2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.8.txt | 4 |
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`). |
