I want a "composite" Django fields which corresponds to two (rather than one) database columns.
In fact the composite field should consist of two ForeignKey
fields.
Otherwise it should behave like a normal field. For example it can be used in a form to input data.
It seems that Django 1.10.1 does not support this. I may try to write a patch. Any advice?