mirror of https://github.com/django/django.git
[1.9.x] Removed unused Aggregate.input_field.
Obsolete since4a66a69239
. Backport of1f84721fac
from master
This commit is contained in:
parent
eae5f738ba
commit
6c8d36a1ab
|
@ -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…
Reference in New Issue