From 1c57d7e7faaeadb7f32e01586da7997d11df1ad9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 1 Jun 2015 19:27:28 -0400 Subject: [1.8.x] Fixed #24893 -- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True Backport of e1e6399c2ce39a3656155c4d704340eac83926a7 from master --- docs/releases/1.8.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index a45ba7d268..c2a4f6af3d 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -34,3 +34,6 @@ Bugfixes * Fixed quoting of SQL when renaming a field to ``AutoField`` in PostgreSQL (:ticket:`24892`). + +* Fixed lack of unique constraint when changing a field from + ``primary_key=True`` to ``unique=True`` (:ticket:`24893`). -- cgit v1.3