v1.0.0b11
Pre-release
Pre-release
What's Changed
Fixed
-
Fix example
requirements.txt: use local editable path for
pgcatalog-exampleinstead of bare package name (not on PyPI).
Fixes #18. -
Fix ZMI "Update Catalog" and "Clear and Rebuild" buttons returning 404.
Added missingmanage_catalogReindexandmanage_catalogRebuildmethods.
Fixes #19. -
Fix
clearFindAndRebuildindexing non-content objects (e.g.acl_users).
Now filters for contentish objects only (those with areindexObjectmethod),
matching Plone'sCatalogToolbehavior.
Fixes #20.
Changed
-
uniqueValuesFor(name)is now a supported API (no longer deprecated).
It delegates tocatalog.Indexes[name].uniqueValues(). -
Move
driri.pyto addons_compat/ in @17
Full Changelog: 1.0.0b10...v1.0.0b11