diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.10.txt | 3 | ||||
| -rw-r--r-- | docs/releases/2.0.2.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/1.11.10.txt b/docs/releases/1.11.10.txt index d078959357..49e19614a5 100644 --- a/docs/releases/1.11.10.txt +++ b/docs/releases/1.11.10.txt @@ -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`). diff --git a/docs/releases/2.0.2.txt b/docs/releases/2.0.2.txt index 4f0878c8d0..92026be5f8 100644 --- a/docs/releases/2.0.2.txt +++ b/docs/releases/2.0.2.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages (:ticket:`28885`). + +* Fixed incorrect foreign key nullification if a model has two foreign keys to + the same model and a target model is deleted (:ticket:`29016`). |
