File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -132,34 +132,6 @@ The example above represents this JSON body:
132
132
}
133
133
```
134
134
135
- ### Documents
136
-
137
- #### Name collisions with reserved metadata fields
138
-
139
- The cloudant-python-sdk internal representation of the ` Document ` model in a Python dict
140
- currently does not allow for members with the same names as the reserved (` _ ` prefixed)
141
- document metadata members.
142
-
143
- This means that members named any of the following will be removed by the ` Document `
144
- ` from_dict ` and ` to_dict ` functions:
145
- * ` attachments `
146
- * ` conflicts `
147
- * ` deleted `
148
- * ` deleted_conflicts `
149
- * ` id `
150
- * ` local_seq `
151
- * ` rev `
152
- * ` revisions `
153
- * ` revs_info `
154
-
155
- Potential workarounds are:
156
- * use [ Raw IO] ( /#raw-io ) functions to serialize/deserialize
157
- documents into a custom dict or class.
158
- * use a different member name
159
- * nest the members inside another object member
160
-
161
- See [ issue #490 ] ( https://github.com/IBM/cloudant-python-sdk/issues/490 ) .
162
-
163
135
### Disabling request body compression
164
136
165
137
Some issues with older server versions can be worked around by disabling
You can’t perform that action at this time.
0 commit comments