summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-23 12:24:34 -0400
committerTim Graham <timograham@gmail.com>2014-10-23 12:24:34 -0400
commit92269b7b53c9f69dd28e119c40b6bf32f96f7bd3 (patch)
treeab545a6b1cb64ba122ac6e44ec6bcd6651a05fd6 /docs
parent2d75515a4c4fe726e26ebb1a2d2acbc9d047cba6 (diff)
Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Thanks gavinwahl for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
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 <django.db.models.Options.db_table>` (:ticket:`23630`).
+
+* Fixed a migration crash when adding an explicit ``id`` field to a model on
+ SQLite (:ticket:`23702`).