From 7750fc8fa80470e4c10b3753667e04f78ebe4781 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 23 Oct 2014 12:24:34 -0400 Subject: [1.7.x] Fixed #23702 -- Fixed adding an explicit id field on SQLite. Thanks gavinwahl for the report. Backport of 92269b7b53 from master --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 47cc2d6bbd..32500045f0 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed migration's renaming of auto-created many-to-many tables when changing :attr:`Meta.db_table ` (:ticket:`23630`). + +* Fixed a migration crash when adding an explicit ``id`` field to a model on + SQLite (:ticket:`23702`). -- cgit v1.3