summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.1.2.txt b/docs/releases/2.1.2.txt
index 4ac5e25ef7..17c50fffd7 100644
--- a/docs/releases/2.1.2.txt
+++ b/docs/releases/2.1.2.txt
@@ -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`).