Re: a default max_length

2010-01-01 Thread Tim Chase
> How do you feel about having a default max_length value for a > models.CharField, so we can use it like: > class MyModel(models.Model): > example = models.CharField() > > What are the pros and cons? I'm pretty -1 against it. Pros: + you get to be lazy in one p

a default max_length

2010-01-01 Thread Wim Feijen
Hi, How do you feel about having a default max_length value for a models.CharField, so we can use it like: class MyModel(models.Model): example = models.CharField() ? What are the pros and cons? Wim -- You received this message because you are subscribed to the Google Groups "D