mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 00:53:09 +00:00
Removed unneeded TruncBase.arity.
Uneeded since its introduction in 2a4af0ea43.
This commit is contained in:
parent
a51c4de194
commit
0f905e4b44
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ ExtractYear.register_lookup(YearLte)
|
|||
|
||||
|
||||
class TruncBase(TimezoneMixin, Transform):
|
||||
arity = 1
|
||||
kind = None
|
||||
tzinfo = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue