summaryrefslogtreecommitdiff
path: root/docs/internals/deprecation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/deprecation.txt')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 0bb3b39c20..a597baf439 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -183,6 +183,10 @@ details on these changes.
* Ability to specify ``ContentType.name`` when creating a content type instance
will be removed.
+* Support for the old signature of ``allow_migrate`` will be removed. It changed
+ from ``allow_migrate(self, db, model)`` to
+ ``allow_migrate(self, db, app_label, model_name=None, **hints)``.
+
.. _deprecation-removed-in-1.9:
1.9