Re: Model translation

2010-08-06 Thread JK Laiho
> Actually there is a model translation app which uses a very similar > approach to what you describe and already covers a good chunk of your > 6 points. Huh. That's interesting, I hadn't heard of that. Will take a look. Thanks! - JK Laiho -- You received this message because you are

Re: Querysets with "only()" and "defer()" slower than without?

2010-08-06 Thread OverKrik
Thanks Jacob, I will continue testing and report if something new on this issue comes out. On Aug 6, 3:50 am, Jacob Kaplan-Moss wrote: > On Thu, Aug 5, 2010 at 6:14 PM, OverKrik wrote: > > Hi Jeremy, I will release all my code after finishing the test

Re: Model translation

2010-08-06 Thread JK Laiho
On preview, django-datatrans looks really good, and the approach is certainly better than any of the existing implementations, including my abortive one. Still need to give it a run for its money properly to see what issues remain. Whatever they are, they're probably solvable. I'm not a betting

Re: Model translation

2010-08-06 Thread Beres Botond
Your monster post was very useful, gave me a few ideas. Also it's a good set of requirements to compare against for things that should be fulfilled by a potential de facto model translation approach/app. Combined with the excellent wiki article mentioned in this thread

i18n form not working when in site root

2010-08-06 Thread Florin
Hi there, I have put the form with a select box with languages in the template header: {% for lang in LANGUAGES %} {{ lang.1 }} {% endfor %} When I change the language from any site's page it works like it should, but when I go to the homepage (site's root) the "django_language" cookie is

Re: Model translation

2010-08-06 Thread Jef Geskens
Hi I am the original developer of django-datatrans, and Gert Van Gool (gvangool) also contributes some code. Datatrans has been developed for MobileVikings.com, a cellphone operator (MVNO) in Belgium that I work for. Yes, our entire business depends on Python/Django, even the backend calls to our

Re: i18n form not working when in site root

2010-08-06 Thread George Adams
This forum is for the development of Django itself and not its use. If you have a question regarding how to do something or make something work for a project using Django, please direct those to the django-users mailing list. After asking there and you

Re: i18n form not working when in site root

2010-08-06 Thread Florin
Moved. Thanks On Aug 6, 5:10 pm, George Adams wrote: > This forum is for the development of Django itself and not its use. If you > have a question regarding how to do something or make something work for a > project using Django, please direct those to the django-users

Re: Querysets with "only()" and "defer()" slower than without?

2010-08-06 Thread Anssi Kaariainen
On Aug 6, 12:09 am, Jacob Kaplan-Moss wrote: > If you're benchmarking this against a small dataset and an in-memory > database like SQLite I'd fully expect to see the defer/only benchmark > to be slower. That's because every time a QS is chained it needs to be > copied, which

Why this feature is still not accepted ?

2010-08-06 Thread dharmesh.patel.eif...@gmail.com
Hello, http://code.djangoproject.com/ticket/11397 As I already implemented it for Django version1.1 but still there is no action or feedback on it. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: Why this feature is still not accepted ?

2010-08-06 Thread Mikhail Korobov
Hi all. I'm not a django core developer but have some thoughts about provided patch. 1. The patch is for django 1.1 and django 1.2 have jQuery available so some parts may be simplified. 2. Some 'var' declarations are missing (check 'dismissChangeCurrentPopup' method and 'i' variable, 'href' and

Re: Why this feature is still not accepted ?

2010-08-06 Thread Simon Meers
Apart from permissions issues etc as Mikhail mentioned, there is also an important design decision required about whether it is a good idea to provide a dynamic link to the selected item rather than the last saved item. If you allow the user to change their selection and then click the link to

Re: Why this feature is still not accepted ?

2010-08-06 Thread dharmesh.patel.eif...@gmail.com
Hello Simon Its already providing dynamic link according to selected items in the combo box not just for last saved item and if this ticket is accepted for 1.1 version then it was up to date for it and this feature could included in 1.1 version and for 1.2 version or for any future versions we