summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-02 19:48:50 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:51:17 -0400
commit9463a7a8cdffc21b38c469e882b2763c2d290fe2 (patch)
treef57da5246421411d8ef209480a2ac9ea551cda60 /docs
parent6e40b70bf4c6e475266a9f011269c50f29f0f14e (diff)
Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index e70e3fa591..560eee4fd3 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -232,3 +232,5 @@ how to remove usage of these features.
* The ``extra_context`` parameter of ``contrib.auth.views.logout_then_login()``
is removed.
+
+* ``django.test.runner.setup_databases()`` is removed.