Re: i18n -- let's do it!

2005-08-01 Thread Radek Svarz
As a tool for translators I suggest poEdit (http://www.poedit.org/). It is very comfortable editor.

Re: Question on django internals.

2005-08-01 Thread Adrian Holovaty
On 8/1/05, Matthew Marshall <[EMAIL PROTECTED]> wrote: > I'm making headway with ticket 122. However I have discovered a bug when > porting the m2m_intermediary model test. The get_relatedobject_list methods > are not being set. Can you tell me where in the code this is supposed to > happen? I

Question on django internals.

2005-08-01 Thread Matthew Marshall
I'm making headway with ticket 122. However I have discovered a bug when porting the m2m_intermediary model test. The get_relatedobject_list methods are not being set. Can you tell me where in the code this is supposed to happen? I can see where it is happening for ManyToMany, but not for

i18n -- let's do it!

2005-08-01 Thread Adrian Holovaty
Thanks to Nebojša Đorđević for submitting some internationalization patches. I admit this i18n stuff is completely new to me, although I've taken some time to read the gettext documentation at http://www.python.org/doc/current/lib/module-gettext.html and am excited about adding this as soon as poss

Re: tracking who modified an object

2005-08-01 Thread Radek Svarz
This is not the solution, just a nice good practise suggestion from the Lotus Notes world: We usually use one field called $UpdatedBy that is of the "multivalue" type. Multivalue field just stores more textual values in it separated by some char. The content is e.g.: "CN=Joe Doo /O=JoesCompany"