2018-01-13 14:18:13 +00:00
|
|
|
============================
|
|
|
|
Django 1.11.10 release notes
|
|
|
|
============================
|
|
|
|
|
|
|
|
*Expected February 1, 2018*
|
|
|
|
|
|
|
|
Django 1.11.10 fixes several bugs in 1.11.9.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-01-13 11:23:48 +00:00
|
|
|
* Fixed incorrect foreign key nullification if a model has two foreign keys to
|
|
|
|
the same model and a target model is deleted (:ticket:`29016`).
|
2018-01-31 00:31:25 +00:00
|
|
|
|
|
|
|
* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
|
|
|
|
authentication backend doesn't accept ``request`` and a later one does
|
|
|
|
(:ticket:`29071`).
|