henriquebastos / django-aggregate-if

Conditional aggregates for Django queries, just like the famous SumIf and CountIf in Excel.
MIT License
138 stars 17 forks source link

Warning in Django 1.9+ #18

Open rg3915 opened 8 years ago

rg3915 commented 8 years ago

.../aggregate_if.py:16: RemovedInDjango110Warning: django.db.models.sql.aggregates is deprecated. Use django.db.models.aggregates instead. from django.db.models.sql.aggregates import Aggregate as DjangoSqlAggregate

henriquebastos commented 8 years ago

O Django já suporta agregações. Esse projeto só suporta até a versão 1.7