When calling BaseModel.all(), we receive a deprecation warning asking to use the corresponding service, but many model types don't have such service.
I'm thinking about UserGroupMixin for instance, but there could be other.
Other services should be implemented, or adjust the warning accordingly.
When calling
BaseModel.all()
, we receive a deprecation warning asking to use the correspondingservice
, but many model types don't have such service. I'm thinking aboutUserGroupMixin
for instance, but there could be other. Other services should be implemented, or adjust the warning accordingly.