Closed end0 closed 10 years ago
The branch django-1.7
is well evolved. There's 1 failing test blocking the new release.
I didn't had the time to investigate it any further. Any help is very welcome.
If you're on a hurry you can:
pip install git+https://github.com/henriquebastos/django-aggregate-if.git@django-1.7
It seems that this packages is pretty well adjusted for Django1.7, except for an issue with the query.promote_joins() method.
I'm not 100% sure, but it appears that in Django1.6, promote_joins allows for an unconditional kwarg to be passed:
but in Django1.7, this kwarg is removed:
aggregate_if.py seems to choke on this at line 122
Removing the True arg seems to make it work, but I'm not sure if it passes all the relevant tests...