Kaydet (Commit) 1f84721f authored tarafından Tim Graham's avatar Tim Graham

Removed unused Aggregate.input_field.

Obsolete since 4a66a692.
üst 6048bfdc
......@@ -26,10 +26,6 @@ class Aggregate(Func):
raise FieldError("Cannot compute %s('%s'): '%s' is an aggregate" % (c.name, name, name))
return c
@property
def input_field(self):
return self.source_expressions[0]
@property
def default_alias(self):
expressions = self.get_source_expressions()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment