Skip to content

Commit 0ac65bb

Browse files
author
Grégoire Paris
committed
Point out what is deprecated
1 parent e58d132 commit 0ac65bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/forms/types/options/property_path.rst.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ you can set the ``property_path`` option. Its default value is the field's
1111
name.
1212
1313
If you wish the field to be ignored when reading or writing to the object
14-
you can set the ``property_path`` option to ``false``
14+
you can set the ``property_path`` option to ``false``, but using
15+
``property_path`` for this purpose is deprecated, you should do it the way
16+
described below:
1517
1618
.. versionadded:: 2.1
1719
Since 2.1, the ``mapped`` option has been added for this use-case

0 commit comments

Comments
 (0)