Commit 6c8d36a1 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Removed unused Aggregate.input_field.

Obsolete since 4a66a692.

Backport of 1f84721f from master
parent eae5f738
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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()