diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-12 09:10:39 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:09 -0400 |
| commit | 4fd264b6f1737b0317fdd95b3d7ff3bba15ae6c3 (patch) | |
| tree | 4665b5df24be5737cab6e0ff4575846805b9f671 /docs | |
| parent | c4e2e9de1f9451bf0575e414fe2860392d80ffb1 (diff) | |
Refs #24351 -- Removed support for the old allow_migrate() signature per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/multi-db.txt | 6 |
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. |
