summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.1.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2019-04-26 08:51:58 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-27 20:18:22 +0200
commit98296f86b340c8c9c968375d59f1d3a3479e60c2 (patch)
tree5a12aee36c44f2c2bd318b63c430770193a6ada8 /docs/releases/2.2.1.txt
parent08a4ee06510ae45562c228eefbdcaac84bd38c7a (diff)
Fixed #30351 -- Handled pre-existing permissions in proxy model permissions data migration.
Regression in 181fb60159e54d442d3610f4afba6f066a6dac05.
Diffstat (limited to 'docs/releases/2.2.1.txt')
-rw-r--r--docs/releases/2.2.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt
index 98f800d455..9696488e14 100644
--- a/docs/releases/2.2.1.txt
+++ b/docs/releases/2.2.1.txt
@@ -59,3 +59,8 @@ Bugfixes
* Increased the default timeout when using ``Watchman`` to 5 seconds to prevent
falling back to ``StatReloader`` on larger projects and made it customizable
via the ``DJANGO_WATCHMAN_TIMEOUT`` environment variable (:ticket:`30361`).
+
+* Fixed a regression in Django 2.2 that caused a crash when migrating
+ permissions for proxy models if the target permissions already existed. For
+ example, when a permission had been created manually or a model had been
+ migrated from concrete to proxy (:ticket:`30351`).