Results 1 issues of Yurii

Hi There! How to make `only` for nested model fields Example: ```python class A: id = fields.IntField() name = fields.CharField() other_field = fields.CharField() class B: id = fields.IntField() b_name =...

enhancement