diff options
| author | Andreas Pelme <andreas@pelme.se> | 2016-07-03 00:20:14 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-17 13:55:04 -0400 |
| commit | e76981b43325da60b8a7475661df6cbfa7fda37e (patch) | |
| tree | e8d521a2063177186b11ff330698905a2ba4e69e /docs/internals | |
| parent | ff445f4c19a0fdf6696c99efefa38b1409b8709f (diff) | |
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
