simone/django-compositekey

SQL Compiler patch

Closed this issue · 1 comments

Compile query from model not "composite" but with virtualrelation m2m

for example Business.objects.filter(employees__employee_code=420)

where Employee has one ManyToMany to Business.

done