summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2014-11-17 16:42:54 -0700
committerCarl Meyer <carl@oddbird.net>2014-11-17 16:43:25 -0700
commit229abe62fa9c269cd8dda19ba62b25714ce0ee15 (patch)
tree42eeca42af5902fa87704d7862d7a02671007bfd /docs
parent03d983f7c39e8ba5b09d4000a234768715f8834f (diff)
[1.7.x] Fix malformed note directive.
Diffstat (limited to 'docs')
-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.