summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocs/topics/migrations.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index be8dd6e659..b654c22e5f 100755
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -604,6 +604,7 @@ of three things ``(path, args, kwargs)``:
``__init__`` method. Every value should itself be serializable.
.. note::
+
This return value is different from the ``deconstruct()`` method
:ref:`for custom fields <custom-field-deconstruct-method>` which returns a
tuple of four items.