From 8911d2e20fc5f4fc7b0274594813ed0b1ad8bc6b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 1 Jun 2015 17:06:54 -0400 Subject: [1.8.x] Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL Backport of 5ab86809832726957dd6f0eb8e17a461f0a9be84 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 860191db1b..a45ba7d268 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -31,3 +31,6 @@ Bugfixes * Fixed a crash when using a reverse one-to-one relation in ``ModelAdmin.list_display`` (:ticket:`24851`). + +* Fixed quoting of SQL when renaming a field to ``AutoField`` in PostgreSQL + (:ticket:`24892`). -- cgit v1.3