Author: mtredinnick
Date: 2008-08-26 16:33:18 -0500 (Tue, 26 Aug 2008)
New Revision: 8602
Modified:
django/trunk/django/utils/translation/trans_real.py
Log:
Removed stray code from [8601].
Modified: django/trunk/django/utils/translation/trans_real.py
===================================================================
--- django/trunk/django/utils/translation/trans_real.py 2008-08-26 21:32:17 UTC
(rev 8601)
+++ django/trunk/django/utils/translation/trans_real.py 2008-08-26 21:33:18 UTC
(rev 8602)
@@ -403,7 +403,6 @@
date_format = ugettext('DATE_FORMAT')
datetime_format = ugettext('DATETIME_FORMAT')
time_format = ugettext('TIME_FORMAT')
- datetime_full_format = ugettext('DATE_WITH_TIME_FULL')
if date_format == 'DATE_FORMAT':
date_format = settings.DATE_FORMAT
if datetime_format == 'DATETIME_FORMAT':
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---