Re: USE_I18N = False side effect

2006-07-17 Thread avansant
Yes. All works now. Thank you Adrian. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group

Re: USE_I18N = False side effect

2006-07-16 Thread Adrian Holovaty
On 7/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > As far as I can tell when you add USE_I18N = False in your settings.py > it will result in the admin interface of the site to be stripped of > atleast the datetime javascript helper. Hi avansant, I believe I fixed this a couple of days a

USE_I18N = False side effect

2006-07-16 Thread avansant
As far as I can tell when you add USE_I18N = False in your settings.py it will result in the admin interface of the site to be stripped of atleast the datetime javascript helper. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo