Skip to content
Snippets Groups Projects
Commit 10fe309c authored by Philipp Arras's avatar Philipp Arras
Browse files

Remove MultiField.update()

The reason for this is the following. MultiFields behave very similar to
dictionaries except for the fact that dictionaries are mutable and MultiFields
are immutable. Therefore, MultiField.update() needs to return a new object. That
is different to the dictionary.update() functionality and therefore unintuitive.

MultiField.union() can do the exact same thing as update() used to do.
parent 94d60caa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment