mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL
This commit is contained in:
parent
0b5fb8e72c
commit
5ab8680983
4 changed files with 41 additions and 14 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue