Author: jezdez
Date: 2011-12-23 03:19:00 -0800 (Fri, 23 Dec 2011)
New Revision: 17259

Modified:
   django/trunk/django/utils/timezone.py
Log:
Fixed django.utils.timezone.__all__ to include correct function names.

Modified: django/trunk/django/utils/timezone.py
===================================================================
--- django/trunk/django/utils/timezone.py       2011-12-23 05:00:51 UTC (rev 
17258)
+++ django/trunk/django/utils/timezone.py       2011-12-23 11:19:00 UTC (rev 
17259)
@@ -17,7 +17,7 @@
 __all__ = [
     'utc', 'get_default_timezone', 'get_current_timezone',
     'activate', 'deactivate', 'override',
-    'localtime', 'isnaive',
+    'localtime', 'is_naive', 'is_aware', 'make_aware', 'make_naive',
 ]
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to