Fixed #29727 -- Made nonexistent joins in F() raise FieldError.

Regression in 2162f0983d.
This commit is contained in:
Alexander Holmbäck 2018-09-06 20:10:20 +00:00 committed by Tim Graham
parent aa16ec5474
commit f315d0423a
3 changed files with 10 additions and 2 deletions

View file

@ -9,4 +9,5 @@ Django 2.1.2 fixes several bugs in 2.1.1
Bugfixes
========
* ...
* Fixed a regression where nonexistent joins in ``F()`` no longer raised
``FieldError`` (:ticket:`29727`).