Re: table prefix and question of possible solution

2011-02-07 Thread Benjamin Wohlwend
Hi Dmitry, On Mon, Feb 7, 2011 at 9:26 PM, Dmitry Gladkov wrote: > > By the way, this is my first patch for Django, so I'm sure I've done > something terribly wrong, > so someone please take a look at it: > http://code.djangoproject.com/ticket/15238 > Table prefixes have been proposed several

Re: table prefix and question of possible solution

2011-02-07 Thread Dmitry Gladkov
Hi Vitaliy, I'm not a core developer myself, but I found your problem very interesting. I looked at model property code and couldn't find any clues about table prefix, so I wrote a patch and opened a ticket for your particular problem. By the way, this is my first patch for Django, so I'm sure I'

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

2011-02-07 Thread Łukasz Rekucki
On 7 February 2011 17:55, Sneaky Wombat wrote: >> >> x = mysqlTable.objects.all() >> x.assignee >> >> doesn't work, because a list of objects doesn't have an assignee. > > clearly it was a typo on my part, no need to be nasty :)  I know x is > a qs and understand its operation the way you describe

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

2011-02-07 Thread Sneaky Wombat
> > x = mysqlTable.objects.all() > x.assignee > > doesn't work, because a list of objects doesn't have an assignee. clearly it was a typo on my part, no need to be nasty :) I know x is a qs and understand its operation the way you describe it. What I meant was if I took an element from it AFTER

Re: Hello Django developers

2011-02-07 Thread Juan Antonio Infantes
Thank you ! :) 2011/2/7 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 e

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

2011-02-07 Thread Fabian Büchler
2011/2/7 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