File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ on all fields.
19
19
20
20
.. include :: /reference/forms/types/options/trim.rst.inc
21
21
22
+ .. include :: /reference/forms/types/options/mapped.rst.inc
23
+
22
24
.. include :: /reference/forms/types/options/property_path.rst.inc
23
25
24
26
.. include :: /reference/forms/types/options/attr.rst.inc
Original file line number Diff line number Diff line change
1
+ property_path
2
+ ~~~~~~~~~~~~~
3
+
4
+ **type **: ``boolean``
5
+
6
+ If you wish the field to be ignored when reading or writing to the object , you
7
+ can set the ``mapped`` option to ``false``
Original file line number Diff line number Diff line change 12
12
13
13
If you wish the field to be ignored when reading or writing to the object
14
14
you can set the ``property_path`` option to ``false``
15
+
16
+ .. versionadded:: 2.1
17
+ Since 2.1, the ``mapped`` option has been added for this use-case
You can’t perform that action at this time.
0 commit comments