Author: jacob
Date: 2008-08-28 15:20:40 -0500 (Thu, 28 Aug 2008)
New Revision: 8680
Modified:
django/trunk/django/utils/translation/__init__.py
Log:
Fixed #8654: added `ugettext_lazy` to `django.utils.translation.__all__`.
Modified: django/trunk/django/utils/translation/__init__.py
===================================================================
--- django/trunk/django/utils/translation/__init__.py 2008-08-28 20:17:31 UTC
(rev 8679)
+++ django/trunk/django/utils/translation/__init__.py 2008-08-28 20:20:40 UTC
(rev 8680)
@@ -8,7 +8,7 @@
'ngettext_lazy', 'string_concat', 'activate', 'deactivate',
'get_language', 'get_language_bidi', 'get_date_formats',
'get_partial_date_formats', 'check_for_language', 'to_locale',
- 'get_language_from_request', 'templatize', 'ugettext',
+ 'get_language_from_request', 'templatize', 'ugettext', 'ugettext_lazy',
'ungettext', 'deactivate_all']
# Here be dragons, so a short explanation of the logic won't hurt:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---