Re: International standard for date and time

2007-06-16 Thread orestis
Since this has come up, may I point you to this discussion over here: http://groups.google.com/group/Django-I18N/browse_thread/thread/3f5dfb2a9a10f904/54365cef61f62f21?lnk=st&q=&rnum=1#54365cef61f62f21 About ticket 4147: http://code.djangoproject.com/ticket/4147 On Jun 17, 4:58 am, "[EMAIL PR

Calling all translators - handling international date display

2007-04-26 Thread orestis
I'll give you a short description here: The date filter doesn't have any internationalization or localization knowledge built-in. This plays havoc with languages that have genders, cases etc (Greek, German, French and many more) and use them in displaying dates. There is a discussion at http://

Re: Dealing with more complex languages

2006-11-07 Thread orestis
OK I posted a ticket : http://code.djangoproject.com/ticket/3001 I already put your comment in, in order to have all discussion there. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To

[i18n] Dealing with more complex languages

2006-11-07 Thread orestis
Hello. I'm Greek, and this isn't anything django-specific. I haven't seen any project do this right, and it is *very* annoying for us Greeks. You see, the Greek language has a lot of suffixes that change according to the tense, person etc (I don't know all the english terminology). Example: Eng

Re: psyucopg2 status

2006-11-06 Thread orestis
In IRC, Jacob KM told me that he is using psycopg2 everywhere now, so I think that this should be done. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email t

Re: Random ProgrammingErrors when using PostgreSQL

2006-11-06 Thread orestis
Interesting. Shouldn't the debug view make absolutely sure that no exceptions/error are raised uncaught ? Or if there is now way to do something meaningful with the exception, at least present it in a meaningful way. I wonder what the devs have to say on this. I'd file an enhancement ticket, tho

Re: Random ProgrammingErrors when using PostgreSQL

2006-11-05 Thread orestis
I wonder why does a cursor has to be involved for the debug page to be shown... I'll look into it. For the record, I managed to track down by trying to save my model from the interactive shell. It had to do with the postgres sequences not being adjusted after a manual insertion of objects with pr

[Ticket Rejected] Random ProgrammingErrors when using PostgreSQL

2006-11-05 Thread orestis
I got this ticket rejected from Akismet: This is not related to #852, as the errors are thrown when running the application normally, not the shell. The errors I get are: {{{ File "/usr/lib/python2.4/site-packages/django/db/models/base.py", line 166, in save cursor = connection.cursor()

Spamblocked ticket: #2282 (Urlify in admin compatible with accents)

2006-10-27 Thread orestis
Here's a thought: Can't every language have its own urlify.js file ? Like urlify.fr.js, urlify.el.js, urlify.de.js etc. Django selects the correct one by looking at the Locale settings, or falls back at the default (English) one if there isn't any. This is: a) Easier to maintain, the group resp

Akismet is playing up

2006-10-27 Thread orestis
It seems that Akismet is rejecting many spam negatives... It's a pain in the rear :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@

Re: Call for comment: Forms/manipulator replacement, take 1

2006-10-27 Thread orestis
Nice! a) I think that one should be able to get both empty and filled-in Form instances by using models. This way, the simple case will be made dead easy, DRY, and the more complex case will be easy enough. b) There is need for a technique for rendering the complete form with a simple for tag. F

Re: Why doesn't models.Manager implement __iter__?

2006-10-17 Thread orestis
Yep :) Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: Why doesn't models.Manager implement __iter__?

2006-10-17 Thread orestis
Does this caching of QuerySets live beyond one request ? I assume each thread gets its own cache, right ? For us poor users of shared hosting, where we're using multiple processes that are killed and respawned many times, this isn't very helpful... Unless I haven't understood all this, in that c

Re: escaping a wider range of characters

2006-10-01 Thread orestis
Filipe wrote: > James Bennett wrote: > > The five characters that 'escape' transforms correspond to the five > > named entities defined in the XML specification; > oh, I see. > > > they can, depending on the situation, be > > "markup significant" in SGML- and XML-derived languages and thus pose >