mirror of
https://github.com/django/django.git
synced 2025-06-07 12:39:12 +00:00
Removed unneeded TruncBase.arity.
Uneeded since its introduction in 2a4af0ea43512370764303d35bc5309f8abce666.
This commit is contained in:
parent
a51c4de194
commit
0f905e4b44
@ -148,7 +148,6 @@ ExtractYear.register_lookup(YearLte)
|
|||||||
|
|
||||||
|
|
||||||
class TruncBase(TimezoneMixin, Transform):
|
class TruncBase(TimezoneMixin, Transform):
|
||||||
arity = 1
|
|
||||||
kind = None
|
kind = None
|
||||||
tzinfo = None
|
tzinfo = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user