Re: Hello Django developers

2011-02-06 Thread Lachlan Musicman
On Mon, Feb 7, 2011 at 11:40, Russell Keith-Magee wrote: > On Mon, Feb 7, 2011 at 6:24 AM, Juan Antonio Infantes > wrote: >> Hi, >> >> My name is Juan Antonio (aka ersame) from Spain and I am a computer science >> student . I have been enrolled in some

Re: Admin DateTimeShortcuts performance (feature request / improvement suggestion)

2011-02-06 Thread Ramiro Morales
Fabian, On Jan 28, 11:18 am, Fabian Büchler wrote: > [...] > As an addition, I think it would make sense to integrate the jQuery UI > datepicker (maybe with a timepicker extension [1]) instead of the existing > one, because that might resolve some problems, as with the

Re: Hello Django developers

2011-02-06 Thread Russell Keith-Magee
On Mon, Feb 7, 2011 at 6:24 AM, Juan Antonio Infantes wrote: > Hi, > > My name is Juan Antonio (aka ersame) from Spain and I am a computer science > student . I have been enrolled in some Django projects since September 2010. > > I think it’s time to start contributing in this

Re: django/db/models/sql/where.py: line 215

2011-02-06 Thread Russell Keith-Magee
On Thu, Feb 3, 2011 at 6:40 AM, Sneaky Wombat wrote: > I'm not sure what sort of answer this question will lead to, but here > goes. I know foreignkeys on separate databases isn't supposed to work, > according to the django docs, but I got it to work.  First off, I'm > using

Hello Django developers

2011-02-06 Thread Juan Antonio Infantes
Hi, My name is Juan Antonio (aka ersame) from Spain and I am a computer science student . I have been enrolled in some Django projects since September 2010. I think it’s time to start contributing in this amazing project. I just want to say hello to everybody and if someone could make a review

Re: Intermittent IOError exception raised and emailed to admins during file upload.

2011-02-06 Thread Tai Lee
As a datapoint, I've had 9 of these errors from 5 different people (2 people retried 3 times each) and 30 successful uploads from 14 different people in the past 7 days on a low traffic site (300 visits). That's a pretty low success rate. Seven of the errors had a user agent indicating MSIE 8,

Re: Feature request: Abstract ManyToManyField

2011-02-06 Thread Simon Meers
2011/2/5 Carl Meyer > > Hi Mike, > > On Feb 3, 4:36 pm, Mike Lindsey wrote: > > I'm doing something with bidirectional ManyToManyFields, in a project > > I'm working on, that is resulting in duplicate attempts to create the > > intermediate

Re: django/db/models/sql/where.py: line 215

2011-02-06 Thread legutierr
I'm afraid that I can't help you with the specific problem that you are describing, but I would like to recommend that you look at the work that Waldemar Kornewald and Thomas Wanschik are doing with their django-dbindexer: