0
0
mirror of https://github.com/django/django.git synced 2024-11-25 16:09:27 +01:00
django/docs/releases/1.11.10.txt

14 lines
327 B
Plaintext
Raw Normal View History

2018-01-13 15:18:13 +01:00
============================
Django 1.11.10 release notes
============================
*Expected February 1, 2018*
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`).