summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-06-01 17:06:54 -0400
committerTim Graham <timograham@gmail.com>2015-06-02 09:15:08 -0400
commit8911d2e20fc5f4fc7b0274594813ed0b1ad8bc6b (patch)
treec8668e413443e75992c892e85b9d29d9d90475ad /docs
parent3b41850adcce29b0c2e64d9c6f3d34ffcc7d750b (diff)
[1.8.x] Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL
Backport of 5ab86809832726957dd6f0eb8e17a461f0a9be84 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt3
1 files changed, 3 insertions, 0 deletions
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`).