mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #24351 -- Removed support for the old allow_migrate() signature per deprecation timeline.
This commit is contained in:
parent
c4e2e9de1f
commit
4fd264b6f1
3 changed files with 1 additions and 61 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue