Re: Feature Request: Reinteract

2009-11-27 Thread Ales Zoulek
Since this would obviously create a lot of external dependecies of Django package (X, GTK, reinteract). I'd prefer if you'd just create a reausable app, that would add ./manage.py reinteract command. Ales -- Ales Zoulek +420 6

admin javacripts

2010-02-18 Thread Ales Zoulek
rriding it's JS inclusion paths, but other things as well (global actions, extra context, items per page in change list, etc...) What are your thoughts about that? Regards, Ales -- Ales Zoulek +420 604 332 515 Jabber: ales.zou...@gmail.com

Re: admin javacripts

2010-02-22 Thread Ales Zoulek
I like the option (2). Could some of you provide a patch for the ticket in the proposed fashion? Ales -- Ales Zoulek +420 604 332 515 Jabber: ales.zou...@gmail.com -- On Sat, Feb 20, 2010

importing fixtures to postgres fails to set sequences correctly

2010-07-15 Thread Ales Zoulek
d in application in contrib, I hasitate to make postgres backend "aware" of any generic.GenericRelation fields. On the other hand, I'm not sure it's possible to edit just GenericRelation class to fix that. Regards, Ales

Re: importing fixtures to postgres fails to set sequences correctly

2010-07-15 Thread Ales Zoulek
Okay, ticket created as #13941 I'll try to find out more and let you know in this thread. Thanks, A. -- Ales Zoulek +420 604 332 515 Jabber: ales.zou...@gmail.com -- On Thu, Jul 15,

Re: importing fixtures to postgres fails to set sequences correctly

2010-07-15 Thread Ales Zoulek
altogether. A. ------ Ales Zoulek +420 604 332 515 Jabber: ales.zou...@gmail.com -- On Thu, Jul 15, 2010 at 2:01 PM, Ales Zoulek wrote: > Okay, > > ticket created as #13941 > > I'll try to find out m

Re: postgresql last_insert_id issue

2010-07-29 Thread Ales Zoulek
There was already a discussion several times about that. It would be definitely woth reviewing. There's another ticket related to this with patches and tests (duplicate?) http://code.djangoproject.com/ticket/13941 A. -- Ales Zoulek +42

Re: reason for missing readline() in uploaded files?

2009-02-03 Thread Ales Zoulek
can't think of any things that > would obviously happen, but Python's indirection facility has gotten > me in trouble more often than I like to admit. Anybody have any > concrete examples of what could go wrong, rather than a generalized > queasy feeling (which I must admit I s

Re: Logging instead of connection.queries

2009-08-04 Thread Ales Zoulek
. It would be great to have them both in the same timeline in order of execution. (That could ease tracking down some SQLs called "magicaly" somewhere outside the views eg. in template rendering.) ------