1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation timeline.

This commit is contained in:
Tim Graham
2017-09-02 19:48:50 -04:00
parent 6e40b70bf4
commit 9463a7a8cd
2 changed files with 2 additions and 12 deletions

View File

@@ -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.