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
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://
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
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
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
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
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
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()
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
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@
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
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
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
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
>
14 matches
Mail list logo