From 229abe62fa9c269cd8dda19ba62b25714ce0ee15 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 17 Nov 2014 16:42:54 -0700 Subject: [PATCH] [1.7.x] Fix malformed note directive. --- docs/topics/migrations.txt | 1 + 1 file changed, 1 insertion(+) 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.