1👍
✅
I don’t understand why you think you need to define current_jobs
on Account. That is automatically provided for you via the reverse relationship as company_set
; if you need it to be current_jobs
you can set the related_name
attribute.
Source:stackexchange.com