elasticsearch-dsl-py
elasticsearch-dsl-py copied to clipboard
Fix merge source data of `utils.merge` is `AttrDict` but not an iterable
resolves #1535
💚 CLA has been signed
Given that the AttrDict
class already implements most of the dict interface I think it makes more sense to add items()
there. Adding a fix for that in #1784