Re: International standard for date and time

2007-06-16 Thread Malcolm Tredinnick
On Sun, 2007-06-17 at 01:58 +, [EMAIL PROTECTED] wrote: > > > On Jun 16, 6:45 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > > On 6/16/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > > > However all that is beside the point. The patch that Jonas has posted in > > > #4590 is just to

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

Re: International standard for date and time

2007-06-16 Thread [EMAIL PROTECTED]
On Jun 16, 6:45 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 6/16/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > However all that is beside the point. The patch that Jonas has posted in > > #4590 is just to change the default settings. I'm not sure if that's > > worth doing or no

Re: International standard for date and time

2007-06-16 Thread James Bennett
On 6/16/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > However all that is beside the point. The patch that Jonas has posted in > #4590 is just to change the default settings. I'm not sure if that's > worth doing or not. Currently I'm somewhere between -0 and +0, since > it's completely withi

Re: International standard for date and time

2007-06-16 Thread Malcolm Tredinnick
On Sun, 2007-06-17 at 02:50 +0200, Julian 'Julik' Tarkhanov wrote: > > On Jun 17, 2007, at 2:46 AM, Jonas wrote: > > > > > > > On 17 jun, 01:14, "James Bennett" <[EMAIL PROTECTED]> wrote: > > > Where do you propose this be used? At the database level, your DB > > > will > > > store date/time v

Re: International standard for date and time

2007-06-16 Thread Julian 'Julik' Tarkhanov
On Jun 17, 2007, at 2:46 AM, Jonas wrote: > > On 17 jun, 01:14, "James Bennett" <[EMAIL PROTECTED]> wrote: >> Where do you propose this be used? At the database level, your DB >> will >> store date/time values in whatever internal format it prefers. > Yes, I think that should be stored so at th

Re: International standard for date and time

2007-06-16 Thread Jonas
On 17 jun, 01:14, "James Bennett" <[EMAIL PROTECTED]> wrote: > Where do you propose this be used? At the database level, your DB will > store date/time values in whatever internal format it prefers. Yes, I think that should be stored so at the database level. > At the > level of input and output

Re: International standard for date and time

2007-06-16 Thread James Bennett
On 6/16/07, Jonas <[EMAIL PROTECTED]> wrote: > I think that Django should use an international standard date and time > format. Where do you propose this be used? At the database level, your DB will store date/time values in whatever internal format it prefers. At the level of input and output to

Re: International standard for date and time

2007-06-16 Thread Jonas
For if you want follow that standard I've added a patch: http://code.djangoproject.com/ticket/4590 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to dja

International standard for date and time

2007-06-16 Thread Jonas
I think that Django should use an international standard date and time format. For more information: http://www.cl.cam.ac.uk/~mgk25/iso-time.html http://www.w3.org/QA/Tips/iso-date http://en.wikipedia.org/wiki/ISO_8601 --~--~-~--~~~---~--~~ You received this mess

GSoC 2007 Status Update III: Django REST interface

2007-06-16 Thread Andreas Stuhlmüller
This is the third weekly status update for my Summer of Code project, a generic REST interface for Django [1]. I spent the SoC-part of this week mostly thinking about automated URL pattern generation, wrote some code and added a few tests that demonstrate how to use this feature. Currently, you c

Re: multidb and trunk

2007-06-16 Thread Malcolm Tredinnick
On Sat, 2007-06-16 at 20:15 +, dimas wrote: > Hello all, > > Is it hard to port multidb features against trunk? > > Or any info on how ready is it to get merged? Perhaps you might want to read this: http://groups.google.com/group/django-developers/browse_frm/thread/18d57576c054701e/c391e06e

multi-db and trunk

2007-06-16 Thread Dmitry Sorokin
Hello all, Is it hard to port multidb features against trunk? Or any info on how ready is it to get merged? Thanks in advance. WBR, dimas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group.

multidb and trunk

2007-06-16 Thread dimas
Hello all, Is it hard to port multidb features against trunk? Or any info on how ready is it to get merged? Thanks in advance. WBR, dimas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group

[newforms-admin] I want to add an admin option:section_name

2007-06-16 Thread 黄毅
I've created the ticket(http://code.djangoproject.com/ticket/4589) and uploaded a patch, i post it here for you discuss, it's quite simple and i hope it to be accepted : > Currently, admin interface use app label to group models into sections and > use app label as the section name, but i think u

thumbnails bug

2007-06-16 Thread Michel Thadeu Sabchuk
Hi guys! I've found 2 bugs in thumbnails contrib package, in the file django/ contrib/thumbnails/base.py: 1) in the line 33-34: ... if os.path.splitext(filename)[1] != '.jpg': filename.append('.jpg') ... The filename variable is a string, this should be: ... if os.path.splitext(filename)[