#2203: TIME_FORMAT, DATE_FORMAT and DATETIME_FORMAT are ignored
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Admin interface | Version: SVN
Severity: normal | Resolution:
Keywords: |
--------------------------------+-------------------------------------------
Comment (by [EMAIL PROTECTED]):
I should also mention that, as of r3327, setting USE_I18N to False in your
settings file will happily blow up the admin site, with the following
exception being generated:
Exception Type: AttributeError
Exception Value: 'module' object has no attribute
'get_language_bidi'
Exception Location: /opt/local/lib/python2.4/site-
packages/django/core/context_processors.py in i18n, line 41
This might be worth posting as a new ticket. However, this is a separate
issue and I believe date and time formats should be configurable outside
the scope or control of the localization files. There are arguably
legitimate reasons for this (e.g. an application for the US military might
require to use the 24 hours time format, while the locale would stil be
en-us).
--
Ticket URL: <http://code.djangoproject.com/ticket/2203>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---