mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.9.x] Removed unused Aggregate.input_field.
Obsolete since4a66a69239. Backport of1f84721facfrom master
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user