diff options
| author | Andrey Otto <30920379+OttoAndrey@users.noreply.github.com> | 2022-04-20 14:59:48 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 09:59:48 +0200 |
| commit | 420d13edeed8d2848b52f37144fe5edb7baff0cc (patch) | |
| tree | be9888ca8ed26625ff5cf92f91047b27bbe8695f /django/utils/timezone.py | |
| parent | c8c6a51a3877c0afde4a85edd36ad308dc8909de (diff) | |
Fixed #33654 -- Added localdate to utils.timezone.__all__.
Diffstat (limited to 'django/utils/timezone.py')
| -rw-r--r-- | django/utils/timezone.py | 1 |
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", |
