Re: [sqlalchemy] Re: internationalization of content

2010-09-19 Thread werner
Hi, Having seen Nil's elexir approach I had another go at this problem. I wanted a solution which is usable from non Python tools accessing the database, so I came up with: e.g. for countries: - Country/countries - class and table with the default language values and everything else for

[sqlalchemy] Re: internationalization of content

2010-09-19 Thread NiL
Hi, I must admit that I discovered the test I wrote to assert my approach works for polymorphic content is wrongly True. I'm working at making it reallty work but it is not that easy. Still for non polymorphic content it is quite ok of course, it is completely elixir oriented, but I'm sure it

[sqlalchemy] Re: internationalization of content

2010-09-16 Thread NiL
Hello again, I published an updated version of acts_as_localized on http://code.google.com/p/elixirlocalized/ It is an Elixir's Entity builder that will manage several translations for DB contents If anyone cares to review or use it. NiL -- You received this message because you are

Re: [sqlalchemy] Re: internationalization of content

2010-09-15 Thread werner
Hi Nil, On 14/09/2010 21:58, NiL wrote: Hi Werner, many thanks for your rich reply. I'm going to try an elixir implementation for now. If you want follow the thread of the same title in the elixir mailing list. Thanks for letting me know. One of the things which disturb me about SA or

[sqlalchemy] Re: internationalization of content

2010-09-14 Thread NiL
Hi chris, thanks for your reply. I guess it is not an application framework oriented question. It seems to me rather a question of database design/access. I have a pointer to modify the elixir versioning extension to provide this functionnality. It would be framework oriented, if we were

[sqlalchemy] Re: internationalization of content

2010-09-14 Thread NiL
Hi Werner, many thanks for your rich reply. I'm going to try an elixir implementation for now. If you want follow the thread of the same title in the elixir mailing list. I'll stay tuned to any sqla development best NiL -- You received this message because you are subscribed to the Google