|
Posted by kenn23 |
|
|
How can I restrict user input in django generated forms? Say for example, I have a field(SmallIntegerField) of maxlength=4. How to I restrict the user to only input that? Because without a restriction I get database errors. Am using Class-based views.
Thank you |


