Refs #29071 -- Forwardported 2.0.2/1.11.10 release notes.
This commit is contained in:
parent
c10cb9716f
commit
de59132afc
|
@ -11,3 +11,7 @@ Bugfixes
|
||||||
|
|
||||||
* Fixed incorrect foreign key nullification if a model has two foreign keys to
|
* Fixed incorrect foreign key nullification if a model has two foreign keys to
|
||||||
the same model and a target model is deleted (:ticket:`29016`).
|
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`).
|
||||||
|
|
|
@ -20,3 +20,7 @@ Bugfixes
|
||||||
|
|
||||||
* Fixed a regression where a queryset that annotates with geometry objects
|
* Fixed a regression where a queryset that annotates with geometry objects
|
||||||
crashes (:ticket:`29054`).
|
crashes (:ticket:`29054`).
|
||||||
|
|
||||||
|
* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
|
||||||
|
authentication backend doesn't accept ``request`` and a later one does
|
||||||
|
(:ticket:`29071`).
|
||||||
|
|
Loading…
Reference in New Issue