I'm using newforms via form_for_model and would like to take advantage
of the min_value and max_value for a newforms integer field.  Ideally,
this could go in the model definition for the IntegerField, but it
doesn't have equivalent parameters.  What's the recommended way to do
this?  Should I just subclass django.db.models.fields.IntegerField?
Thanks,
-chasfs


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to