I\'m using declarative SQLAlchemy and I have three models: Role, Permission, and RolePermission. In my Role model, I have t
Role
Permission
RolePermission
The problem is in permissionLinks relationship. Ordering its items by by Role.name makes no sense to me.
permissionLinks
Role.name