Cheers, must have picked the wrong side of the merge...
Applied in 974.
Ian Holsman wrote:
> this makes the 'admin' app work.. the app-name changed from 'doc' to
> admin_doc.
>
> cheers
> Ian
>
> Index: doc.py
> ===
> --- doc.py
If you don't set DJANGO_SETTINGS_MODULE in env, django-admin doesn't
work because it tries to activate language before --settings option
sets env. I simply moved translation call *after* options is parsed
(in main()) and DJANGO_SETTINGS_MODULE is set.
Patch:
Index: /store/django/django/b
Hi!
>coupling. one question about the the implementation design, i guess i'm
>not clear why a stack is needed at all? unless there is some sort of
>mixing between different modes is expected on the same request, which i
>think would best to avoid due to the subleties and complexities of the
>st
>but this prevents me to set 'en' as a current language. When my site
>have default witch is not 'en' users can't switch to 'en' because
>'en' is not stored in the session when I pass ?django_language=en.
I have removed the special casing for english. The special casing was
in, because before the