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 ` which returns a tuple of four items.