mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #29727 -- Made nonexistent joins in F() raise FieldError.
Regression in 2162f0983d
.
This commit is contained in:
parent
aa16ec5474
commit
f315d0423a
3 changed files with 10 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue