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:13:55 -0400
commit5ab86809832726957dd6f0eb8e17a461f0a9be84 (patch)
tree2dc6bb0e443d4c58b02dfce6a6244aa3ba593e04 /docs
parent0b5fb8e72c74e41d250f35c8c3df3f3a13d367f3 (diff)
Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL
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`).