mirror of https://github.com/django/django.git
Fixed #33654 -- Added localdate to utils.timezone.__all__.
This commit is contained in:
parent
c8c6a51a38
commit
420d13edee
|
@ -30,6 +30,7 @@ __all__ = [ # noqa for utc RemovedInDjango50Warning.
|
||||||
"deactivate",
|
"deactivate",
|
||||||
"override",
|
"override",
|
||||||
"localtime",
|
"localtime",
|
||||||
|
"localdate",
|
||||||
"now",
|
"now",
|
||||||
"is_aware",
|
"is_aware",
|
||||||
"is_naive",
|
"is_naive",
|
||||||
|
|
Loading…
Reference in New Issue