[1.9.x] Removed unused Aggregate.input_field.

Obsolete since 4a66a69239.

Backport of 1f84721fac from master
This commit is contained in:
Tim Graham 2015-09-24 09:11:00 -04:00
parent eae5f738ba
commit 6c8d36a1ab
1 changed files with 0 additions and 4 deletions

View File

@ -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()