From 4b2cf1cd27587a30b3b081091627d7ee13141afe Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Tue, 29 Mar 2016 16:58:04 +0800 Subject: Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK on SQLite. --- docs/releases/1.9.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt index 7c50e4883d..fc2c6cea03 100644 --- a/docs/releases/1.9.5.txt +++ b/docs/releases/1.9.5.txt @@ -43,3 +43,6 @@ Bugfixes * Fixed a regression with abstract model inheritance and explicit parent links (:ticket:`26413`). + +* Fixed a migrations crash on SQLite when renaming the primary key of a model + containing a ``ForeignKey`` to ``'self'`` (:ticket:`26384`). -- cgit v1.3