summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/multi-db.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt
index fca21388c9..f11c9512e5 100644
--- a/docs/topics/db/multi-db.txt
+++ b/docs/topics/db/multi-db.txt
@@ -182,12 +182,6 @@ A database Router is a class that provides up to four methods:
keys, extra tables, or missing tables if you change it once you have
applied some migrations.
- .. versionchanged:: 1.8
-
- The signature of ``allow_migrate`` has changed significantly from previous
- versions. See the :ref:`deprecation notes
- <deprecated-signature-of-allow-migrate>` for more details.
-
A router doesn't have to provide *all* these methods -- it may omit one
or more of them. If one of the methods is omitted, Django will skip
that router when performing the relevant check.