1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #29071 -- Forwardported 2.0.2/1.11.10 release notes.

This commit is contained in:
Tim Graham
2018-01-30 19:31:25 -05:00
parent c10cb9716f
commit de59132afc
2 changed files with 8 additions and 0 deletions

View File

@@ -11,3 +11,7 @@ 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`).