mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
Fixed #33654 -- Added localdate to utils.timezone.__all__.
This commit is contained in:
@@ -30,6 +30,7 @@ __all__ = [ # noqa for utc RemovedInDjango50Warning.
|
||||
"deactivate",
|
||||
"override",
|
||||
"localtime",
|
||||
"localdate",
|
||||
"now",
|
||||
"is_aware",
|
||||
"is_naive",
|
||||
|
||||
Reference in New Issue
Block a user