From afc708cf6d047b35db57bd7c55baeffef459d279 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Fri, 5 Apr 2019 17:52:59 +0200 Subject: Fixed #30330 -- Fixed setting of primary key to None during fast-delete. Regression in bc7dd8490b882b2cefdc7faf431dc64c532b79c9. --- docs/releases/2.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index f7ac012fb7..2b82a33d29 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -22,3 +22,6 @@ Bugfixes :class:`~django.contrib.postgres.aggregates.ArrayAgg` and :class:`~django.contrib.postgres.aggregates.StringAgg` when it contains an expression with params (:ticket:`30332`). + +* Fixed a regression in Django 2.2 that caused a single instance fast-delete + to not set the primary key to ``None`` (:ticket:`30330`). -- cgit v1.3