1
0
mirror of https://github.com/django/django.git synced 2025-02-02 21:59:53 +00:00
django/docs/releases/1.11.10.txt
Tim Graham 552abffab1 Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.

Thanks Carel Burger for the report and fix.
2018-02-01 08:36:36 -05:00

21 lines
593 B
Plaintext

============================
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`).
* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
authentication backend doesn't accept ``request`` and a later one does
(:ticket:`29071`).
* Fixed crash when entering an invalid uuid in ``ModelAdmin.raw_id_fields``
(:ticket:`29094`).