We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The crux is that this bit of code doesn't actually filter as expected:
attendees = attendees.annotate( has_registered=Count( Q(user__invoice__status=commerce.Invoice.STATUS_PAID) ), )
Instead, it just counts all invoices attached to a user.
The text was updated successfully, but these errors were encountered:
pyconau2017@731eee0#diff-890862ee2c6c4496e36619210f705073
Sorry, something went wrong.
Seems to be a dupe of #123
No branches or pull requests
The crux is that this bit of code doesn't actually filter as expected:
Instead, it just counts all invoices attached to a user.
The text was updated successfully, but these errors were encountered: