Question about i18n

2008-12-03 Thread Elvis Stansvik
Hello django-users, first post to this list :) I often use the i18n support of Django in my projects, and I have a small annoyance/problem that maybe someone can help me with. If I decide to customize e.g. admin/index.html, by copying it over from django to my project, strings in that template s

Re: Question about i18n

2008-12-04 Thread Elvis Stansvik
2008/12/4 Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > On Wed, 2008-12-03 at 12:51 +0100, Elvis Stansvik wrote: >> Hello django-users, first post to this list :) >> >> I often use the i18n support of Django in my projects, and I have a >> small annoyance

Re: Excel Generating Report

2008-12-09 Thread Elvis Stansvik
Hello Kian, Could you show us your template too? And why are you importing the csv module when you're not using it? I would use the csv module to generate the CSV completely in the view, but that's me. 2008/12/9, garces.85 <[EMAIL PROTECTED]>: > > Hello Kian, > > I have already tried this respon

Re: Access to Many-To-Many intermediary table from django

2008-12-11 Thread Elvis Stansvik
2008/12/10 nucles <[EMAIL PROTECTED]>: > > Hello, > > If we create 2 models with many-to-many relationship django creates > the intermediary table automatically for us. > How can i use this intermediate table to relate other entities? Can i > access to the primary field of the intermediary table?

Re: Access to Many-To-Many intermediary table from django

2008-12-11 Thread Elvis Stansvik
2008/12/11 Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > On Wed, 2008-12-10 at 06:22 -0800, nucles wrote: >> Hello, >> >> If we create 2 models with many-to-many relationship django creates >> the intermediary table automatically for us. >> How can i use this intermediate table to relate other ent