Skip to content

ZSQLCatalog: support dict.keys()/items() as search values

Jérome Perrin requested to merge feat/catalog-dict-views into master

constructs like portal_catalog(title=d.keys()) were allowed on python2, we can allow them on python3 as well.

Merge request reports