Re: new-admin-branch [PATCH]

2005-10-20 Thread Robert Wittams
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

[i18n] [patch] django-admin.py is broken when DJANGO_SETTINGS_MODULE in env is not set

2005-10-20 Thread Nebojša Đorđević - nesh
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

Re: Transactions in the admin

2005-10-20 Thread hugo
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

Re: switching languages

2005-10-20 Thread hugo
>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