From 4fd264b6f1737b0317fdd95b3d7ff3bba15ae6c3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 12 Aug 2015 09:10:39 -0400 Subject: Refs #24351 -- Removed support for the old allow_migrate() signature per deprecation timeline. --- docs/topics/db/multi-db.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') 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 - ` 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. -- cgit v1.3