praekelt/django-object-tools

Only add tools & permission to selected models

Closed this issue · 1 comments

Often the case is, one object tools only makes sense to certain models. Permissions gets messy quickly if I have several tools. Is it possible to only add tools & permissions to selected models?

Opps, there is a kwarg model_class to ObjectTools.register() method. Maybe better to state this on readme?