summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.3.txt b/docs/releases/2.1.3.txt
index 7e0446219e..bebd696d05 100644
--- a/docs/releases/2.1.3.txt
+++ b/docs/releases/2.1.3.txt
@@ -14,3 +14,6 @@ Bugfixes
* Fixed a regression in Django 1.11 where ``django-admin shell`` may hang
on startup (:ticket:`29774`).
+
+* Fixed a regression in Django 2.0 where test databases aren't reused with
+ ``manage.py test --keepdb`` on MySQL (:ticket:`29827`).