mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Fixed django.utils.timezone.__all__ to include correct function names.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2d1a681f77
commit
7a67102e8d
@ -17,7 +17,7 @@ from django.conf import settings
|
|||||||
__all__ = [
|
__all__ = [
|
||||||
'utc', 'get_default_timezone', 'get_current_timezone',
|
'utc', 'get_default_timezone', 'get_current_timezone',
|
||||||
'activate', 'deactivate', 'override',
|
'activate', 'deactivate', 'override',
|
||||||
'localtime', 'isnaive',
|
'localtime', 'is_naive', 'is_aware', 'make_aware', 'make_naive',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user