[1.7.x] Fix malformed note directive.

This commit is contained in:
Carl Meyer 2014-11-17 16:42:54 -07:00
parent 03d983f7c3
commit 229abe62fa
1 changed files with 1 additions and 0 deletions

View File

@ -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.