schinckel / django-shared-property

Properties that are both ORM expressions and python code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use related property lookup in count or exists.

schinckel opened this issue · comments

When you use a shared property that references a related model, and then try to filter on this, you cannot perform a count or exists query.

This is blocked by django/django#14683