There’s nothing wrong to use mixins instead of decorators. Active Decorator does the same. But I’d not consider it a decorator pattern.
I don't need to work with decorated inherited class of model. I just provide decorator methods for the existing model class.
You just replace a class with a module, thus losing a possibility to inherit it (in a clear way at least).