Loading django/db/models/aggregates.py +0 −4 Original line number Diff line number Diff line Loading @@ -27,10 +27,6 @@ class Aggregate(Func): c._patch_aggregate(query) # backward-compatibility support return c @property def input_field(self): return self.source_expressions[0] @property def default_alias(self): expressions = self.get_source_expressions() Loading Loading
django/db/models/aggregates.py +0 −4 Original line number Diff line number Diff line Loading @@ -27,10 +27,6 @@ class Aggregate(Func): c._patch_aggregate(query) # backward-compatibility support return c @property def input_field(self): return self.source_expressions[0] @property def default_alias(self): expressions = self.get_source_expressions() Loading