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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user