docs: swap manual_mapping for manual_configuration (close #2887) (#2888)

The docs specify `manual_mapping` for array relationship manual configs, and also mention the attribute in a note. However, using `manual_mapping` errors; `manual_configuration` is the correct attribute name.
This commit is contained in:
Kevin Barrett 2019-09-17 02:08:23 -04:00 committed by Shahidh K Muhammed
parent d9d47f0062
commit b544f75a10

View File

@ -155,7 +155,7 @@ ObjRelUsing
.. note::
There has to be at least one and only one of ``foreign_key_constraint_on``
and ``manual_mapping``.
and ``manual_configuration``.
ObjRelUsingManualMapping
@ -304,7 +304,7 @@ ArrRelUsing
- false
- ArrRelUsingFKeyOn_
- The column with foreign key constraint
* - manual_mapping
* - manual_configuration
- false
- ArrRelUsingManualMapping_
- Manual mapping of table and columns