Re: Image and File Field hard coded sizes

2007-03-13 Thread Brendon
On Mar 12, 3:23 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > A change to fix this (make the length longer) will be committed after > 0.96. I'm intentionally not committing it beforehand because it is a > backwards incompatible change in the sense that every database using > such a field wil

Re: Image and File Field hard coded sizes

2007-03-12 Thread Malcolm Tredinnick
On Mon, 2007-03-12 at 09:29 -0700, Brendon wrote: > Hello folks, > > I'm curious if there is a better way of changing File and Image Fields > from "varchar(100)" to "varchar(%(maxlength)s)" than editing "django/ > db/backends/mysql/creation.py". Is there any particular reason why > these are hard