1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL

This commit is contained in:
Tim Graham
2015-06-01 17:06:54 -04:00
parent 0b5fb8e72c
commit 5ab8680983
4 changed files with 41 additions and 14 deletions

View File

@@ -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`).