Skip to content

Commit 754adc9

Browse files
committed
removed unneeded block
1 parent 59d6e6e commit 754adc9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ the form is submitted, the submitted value is written back into the object.
99
If you want to override the property that a field reads from and writes to,
1010
you can set the ``property_path`` option. Its default value is the field's
1111
name.
12-
13-
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``, but using
15-
``property_path`` for this purpose is deprecated, you should do it the way
16-
described below:

0 commit comments

Comments
 (0)