You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added base class MetaData that defines common interface for any MetaData
handling class.
MetaDataStore can now use arbitrary class for Metadata handling.
The Metadata specification in settings has changed:
'metadata': [
{"class": "full.path.to.metadata.class",
"metadata": [(tupple, with, loader, arguments)]},
]
0 commit comments