mirror of https://github.com/django/django.git
Forwardported release note for refs #25040.
This commit is contained in:
parent
97ac77e544
commit
26dcf739ea
|
@ -11,3 +11,5 @@ Bugfixes
|
|||
|
||||
* Fixed ``AssertionError`` in some delete queries with a model containing a
|
||||
field that is both a foreign and primary key (:ticket:`24951`).
|
||||
|
||||
* Fixed a migrations crash with ``GenericForeignKey`` (:ticket:`25040`).
|
||||
|
|
Loading…
Reference in New Issue