mirror of
https://github.com/django/django.git
synced 2025-09-29 05:24:55 +00:00
Fixed #33654 -- Added localdate to utils.timezone.__all__.
This commit is contained in:
parent
c8c6a51a38
commit
420d13edee
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ __all__ = [ # noqa for utc RemovedInDjango50Warning.
|
|||
"deactivate",
|
||||
"override",
|
||||
"localtime",
|
||||
"localdate",
|
||||
"now",
|
||||
"is_aware",
|
||||
"is_naive",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue