模型之间有很多关系:
model1 has many model2
model2 has many model3
model3 has one model4
对来自model1
的属性进行排序是有效的,但它既不适用于:
`model2_attr` or `model2_first_model3_first_attr` or `model2_first_model3_first_model4_attr`
更新:我有一个网格,我希望排序基于model3
内的字符串字段,它来自装饰器,而不是来自模型。