Re: Event based caching

2007-06-29 Thread [EMAIL PROTECTED]
On Jun 11, 10:04 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I'm not quite sure what result you are expecting from a ticket like > that, though. It doesn't contain any sample implementation or even a > proposed API, so there's no way to possibly close such a ticket. > The way forward her

Re: Tests 'datatypes' fail

2007-06-29 Thread Gábor Farkas
Michael Radziej wrote: > On Thu, Jun 28, Gábor Farkas wrote: > >> Michael Radziej wrote: >>> I use git-svnimport to sync the svn with my git repository, and it seems to >>> fail around every 6 months under unknown circumstances (probably something >>> with merges) >> maybe try to use 'git-svn'...

Re: 4102, updating only specific fields / dirty flag

2007-06-29 Thread Collin Grady
On Jun 26, 5:12 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > One thing that jumps out from a quick read: there are no tests on the > patch. > > One test that springs to mind is to create two instances of the same > database row, change different fields and then save each one, re-query > the

Re: How to resize text box

2007-06-29 Thread Honza Král
Hi, On 6/29/07, bhaskar jebamani <[EMAIL PROTECTED]> wrote: > > Hi > > I m a new Django programmer. I m struggling with one stuff can u help > me. Welcome > > The problem is : > > I created a dynamic form which is connected to database. I have used > text boxes for accepting strings and integer

How to resize text box

2007-06-29 Thread bhaskar jebamani
Hi I m a new Django programmer. I m struggling with one stuff can u help me. The problem is : I created a dynamic form which is connected to database. I have used text boxes for accepting strings and integers. The problem is I am not able to reduce the size of the textboxes as I require. For