From e76981b43325da60b8a7475661df6cbfa7fda37e Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Sun, 3 Jul 2016 00:20:14 +0200 Subject: Fixed #26840 -- Added test.utils.setup/teardown_databases(). --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 400fcf8789..e5151ebadc 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -23,6 +23,8 @@ details on these changes. * The ``extra_context`` parameter of ``contrib.auth.views.logout_then_login()`` will be removed. +* ``django.test.runner.setup_databases()`` will be removed. + .. _deprecation-removed-in-2.0: 2.0 -- cgit v1.3