summaryrefslogtreecommitdiff
path: root/django/utils/timezone.py
diff options
context:
space:
mode:
authorAndrey Otto <30920379+OttoAndrey@users.noreply.github.com>2022-04-20 14:59:48 +0700
committerGitHub <noreply@github.com>2022-04-20 09:59:48 +0200
commit420d13edeed8d2848b52f37144fe5edb7baff0cc (patch)
treebe9888ca8ed26625ff5cf92f91047b27bbe8695f /django/utils/timezone.py
parentc8c6a51a3877c0afde4a85edd36ad308dc8909de (diff)
Fixed #33654 -- Added localdate to utils.timezone.__all__.
Diffstat (limited to 'django/utils/timezone.py')
-rw-r--r--django/utils/timezone.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/timezone.py b/django/utils/timezone.py
index d22e358538..2107ec96ae 100644
--- a/django/utils/timezone.py
+++ b/django/utils/timezone.py
@@ -30,6 +30,7 @@ __all__ = [ # noqa for utc RemovedInDjango50Warning.
"deactivate",
"override",
"localtime",
+ "localdate",
"now",
"is_aware",
"is_naive",