RE: Scandinavian characters in .po files and timezones

2006-07-30 Thread Mikko Nylén
Thanks for all answers. I was able to fix the problem by starting over with the django.po. May be the problem was that when I did start working with the file, I didn't have set encoding=utf-8 and when I turned it on in the middle, Vim didn't convert the characters to UTF-8. - Mikko Nylén

Scandinavian characters in .po files and timezones

2006-07-30 Thread Mikko Nylén
t;, which would tell the offset from UTC in seconds. However, if there are any better ways to handle this, I'd like to know about them. Thanks, - Mikko Nylén --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django us

RE: Exclusion by a many-to-many field to self

2006-06-29 Thread Mikko Nylén
to manually sort and limit the results.   Hand writing the SQL might work, though, I would need to hand-write the whole query, including other filters, and turn the results manually as Color objects. How exactly would “where/tables clauses in a filter” you mentioned work?   - Mikko Nylén

Exclusion by a many-to-many field to self

2006-06-28 Thread Mikko Nylén
Color.objects.filter(similar_colors__the_color__startswith="..."), as the filter() gives all those objects I don't want to get included. How I can do this? Thanks, - Mikko Nylén --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl