Skip to content

Commit

Permalink
Refs #29071 -- Forwardported 2.0.2/1.11.10 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 31, 2018
1 parent c10cb97 commit de59132
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/releases/1.11.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
4 changes: 4 additions & 0 deletions docs/releases/2.0.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ Bugfixes

* Fixed a regression where a queryset that annotates with geometry objects
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`).

0 comments on commit de59132

Please sign in to comment.