mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion.
This commit is contained in:
@@ -9,4 +9,5 @@ Django 1.11.10 fixes several bugs in 1.11.9.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed incorrect foreign key nullification if a model has two foreign keys to
|
||||
the same model and a target model is deleted (:ticket:`29016`).
|
||||
|
||||
Reference in New Issue
Block a user