mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK on SQLite.
This commit is contained in:
@@ -43,3 +43,6 @@ Bugfixes
|
||||
|
||||
* Fixed a regression with abstract model inheritance and explicit parent links
|
||||
(:ticket:`26413`).
|
||||
|
||||
* Fixed a migrations crash on SQLite when renaming the primary key of a model
|
||||
containing a ``ForeignKey`` to ``'self'`` (:ticket:`26384`).
|
||||
|
||||
Reference in New Issue
Block a user