-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I tried to create a Percentile object like this Percentile('my_attr', [0.25, 0.5, 0.75], continuous=True, output_field=ArrayField(models.FloatField())) but I get the follow error:
Traceback (most recent call last): File "<console>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/postgres_stats/aggregates.py", line 55, in __init__ super().__init__(expression, percentiles=percentiles, **extra) TypeError: super() takes at least 1 argument (0 given)
version: django-postgres-stats (1.0.0)
Metadata
Metadata
Assignees
Labels
No labels