diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-12-23 11:19:00 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-12-23 11:19:00 +0000 |
| commit | 7a67102e8d869eb0d130d99b90387bd40aa91ee7 (patch) | |
| tree | 234bf269ee225592ef0d473524ec95412d648136 /django/utils/timezone.py | |
| parent | 2d1a681f77259e9652c357a634920d7f8f1ecd97 (diff) | |
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
Diffstat (limited to 'django/utils/timezone.py')
| -rw-r--r-- | django/utils/timezone.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/timezone.py b/django/utils/timezone.py index 0476d46f7e..c29cdf7684 100644 --- a/django/utils/timezone.py +++ b/django/utils/timezone.py @@ -17,7 +17,7 @@ from django.conf import settings __all__ = [ 'utc', 'get_default_timezone', 'get_current_timezone', 'activate', 'deactivate', 'override', - 'localtime', 'isnaive', + 'localtime', 'is_naive', 'is_aware', 'make_aware', 'make_naive', ] |
