[Fixed]-How to get collection from both models in a bi-directional many-to-many relationship in django

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.

Leave a comment