diff options
| author | Carl Meyer <carl@oddbird.net> | 2014-11-17 16:42:54 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2014-11-17 16:43:25 -0700 |
| commit | 229abe62fa9c269cd8dda19ba62b25714ce0ee15 (patch) | |
| tree | 42eeca42af5902fa87704d7862d7a02671007bfd | |
| parent | 03d983f7c39e8ba5b09d4000a234768715f8834f (diff) | |
[1.7.x] Fix malformed note directive.
| -rwxr-xr-x | docs/topics/migrations.txt | 1 |
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. |
