Re: weird error [corrected]

2008-04-25 Thread Matias Surdi
Karen Tracey escribió: > On Fri, Apr 25, 2008 at 8:02 AM, Matias Surdi <[EMAIL PROTECTED] > > wrote: > > > Matias Surdi escribió: > > Sorry, there was an error in the previous message: > > > > > > With the following model: > > > >

Re: weird error [corrected]

2008-04-25 Thread Karen Tracey
On Fri, Apr 25, 2008 at 8:02 AM, Matias Surdi <[EMAIL PROTECTED]> wrote: > > Matias Surdi escribió: > > Sorry, there was an error in the previous message: > > > > > > With the following model: > > > > class Candidate(models.Model): > > name = models.CharField(max_length=100,unique=True) > >

Re: weird error [corrected]

2008-04-25 Thread Matias Surdi
Matias Surdi escribió: > Sorry, there was an error in the previous message: > > > With the following model: > > class Candidate(models.Model): > name = models.CharField(max_length=100,unique=True) > file = > models.FileField(upload_to="curriculums/%Y/%m/%d",max_length=300) > >

weird error [corrected]

2008-04-25 Thread Matias Surdi
Sorry, there was an error in the previous message: With the following model: class Candidate(models.Model): name = models.CharField(max_length=100,unique=True) file = models.FileField(upload_to="curriculums/%Y/%m/%d",max_length=300) def _get_FIELD_url(self,field):

weird error [corrected]

2008-04-25 Thread Matias Surdi
Sorry, there was an error in the previous message: With the following model: class Candidate(models.Model): name = models.CharField(max_length=100,unique=True) file = models.FileField(upload_to="curriculums/%Y/%m/%d",max_length=300) def _get_FIELD_url(self,field):