diff options
| author | Tim Graham <timograham@gmail.com> | 2015-06-01 17:06:54 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-02 09:15:08 -0400 |
| commit | 8911d2e20fc5f4fc7b0274594813ed0b1ad8bc6b (patch) | |
| tree | c8668e413443e75992c892e85b9d29d9d90475ad /docs | |
| parent | 3b41850adcce29b0c2e64d9c6f3d34ffcc7d750b (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.txt | 3 |
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`). |
