跳至内容
菜单
此问题已终结
1 回复
3061 查看

Suppose I have 2 model, M1 & M2.

M1 with 2 fields, M1F1 & M1F2, and has some records.

M2 has M2F1(M2O, related to M1F1), M2F2, and some other fields.

I'd like to let M2F2 autofill with the same record of M1F2.

How do I do that?


形象
丢弃
最佳答案

If first field is Boolean for example:

1. var = fields.Boolean()

Second field will be:

2. var_related = fields.Boolean(related=model.name.var)

形象
丢弃
相关帖文 回复 查看 活动
2
8月 24
920
3
5月 23
2668
1
12月 19
3358
1
12月 15
13288
0
3月 15
3816