mirror of https://github.com/django/django.git
[1.7.x] Fix malformed note directive.
This commit is contained in:
parent
03d983f7c3
commit
229abe62fa
|
@ -604,6 +604,7 @@ of three things ``(path, args, kwargs)``:
|
||||||
``__init__`` method. Every value should itself be serializable.
|
``__init__`` method. Every value should itself be serializable.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
This return value is different from the ``deconstruct()`` method
|
This return value is different from the ``deconstruct()`` method
|
||||||
:ref:`for custom fields <custom-field-deconstruct-method>` which returns a
|
:ref:`for custom fields <custom-field-deconstruct-method>` which returns a
|
||||||
tuple of four items.
|
tuple of four items.
|
||||||
|
|
Loading…
Reference in New Issue