summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/overview.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt
index 078c2a1da9..7a2d15edce 100644
--- a/docs/topics/testing/overview.txt
+++ b/docs/topics/testing/overview.txt
@@ -196,6 +196,11 @@ advanced settings.
your tests. *It is a bad idea to have such import-time database queries in
your code* anyway - rewrite your code so that it doesn't do this.
+ .. versionadded:: 1.7
+
+ This also applies to customized implementations of
+ :meth:`~django.apps.AppConfig.ready()`.
+
.. seealso::
The :ref:`advanced multi-db testing topics <topics-testing-advanced-multidb>`.