Re: New branch: newforms-admin

2007-01-14 Thread Ilia Kantor
Could admin also recieve a piece of functionality to have multiple search forms in it ? Very often one wants to search by name, id, smth else. Such a common piece could be really helpful. Hi all, I've created a newforms-admin branch, which will focus on integrating django.newforms with

Re: Ticket spam

2006-11-03 Thread Ilia Kantor
I can't write anything too. Akismet is a great tool against developers. Thanks. > Akismet is bugging me again... that's the third time that week I can't > submit a comment to a ticket due to akismet not liking me could > you whitelist telenieko at telenieko dot com so I can press the submit

Re: New autocommit setting ( updated patch )

2006-11-01 Thread Ilia Kantor
Sorry, typo in pervious message patch --- db/backends/mysql/base.py (revision 3954) +++ db/backends/mysql/base.py (working copy) @@ -96,9 +96,17 @@ if settings.DATABASE_PORT: kwargs['port'] = int(settings.DATABASE_PORT) self.connection =

New autocommit setting

2006-11-01 Thread Ilia Kantor
For Mysql, cursor for same SQL returns same results between requests if connection.commit() was not called. Sometimes that's a problem, because data changes, and commit never happens. There are also other reasons why autocommit may be useful, so here's a patch to introduce new optional

log_action & message rendering

2006-09-09 Thread Ilia Kantor
Is there a special reason to put message rendering out of log_action and LogEntry context ? Usually, logger or renderer does it, probably delegating call to object. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups