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 11:10:59 +0100 |
| commit | 9a17ae50c61a3a0ea6c552ce4e3eab27f796d094 (patch) | |
| tree | 868005d98c068d630158c536f0b049bee0a81a43 /docs/releases/2.2.8.txt | |
| parent | 019a1b9274c645db82593bc5898a279d134b464b (diff) | |
[2.2.x] Fixed #31021 -- Fixed proxy model permissions data migration crash with a multiple databases setup.
Regression in 98296f86b340c8c9c968375d59f1d3a3479e60c2.
Backport of e8fcdaad5c428878d0a5d6ba820d957013f75595 from master
Diffstat (limited to 'docs/releases/2.2.8.txt')
| -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`). |
