summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.8.5.txt')
-rw-r--r--docs/releases/1.8.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt
index 543e8824be..ac1735bb16 100644
--- a/docs/releases/1.8.5.txt
+++ b/docs/releases/1.8.5.txt
@@ -9,6 +9,8 @@ Django 1.8.5 fixes several bugs in 1.8.4.
Bugfixes
========
+* Made the development server's autoreload more robust (:ticket:`24704`).
+
* Fixed ``AssertionError`` in some delete queries with a model containing a
field that is both a foreign and primary key (:ticket:`24951`).