Re: integer form fields

2008-07-09 Thread Bobby Roberts
> How about max_value=99? > > Regards, > Jonathan. Thanks Jonathan... couldn't find that anywhere! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang

Re: integer form fields

2008-07-08 Thread Jonathan Buchanan
On Tue, Jul 8, 2008 at 4:28 PM, Bobby Roberts <[EMAIL PROTECTED]> wrote: > > I need to limit an integerfield form type to 6 digits. I've tried > max_length and max_digits but those don't work. Is there anything > that does that or will I need to do a custom validation? How about max_value=

integer form fields

2008-07-08 Thread Bobby Roberts
I need to limit an integerfield form type to 6 digits. I've tried max_length and max_digits but those don't work. Is there anything that does that or will I need to do a custom validation? --~--~-~--~~~---~--~~ You received this message because you are subscribed