1
Answer

Is it possible to configure IntegerField in Django so that it only acc

Photo of Vijay

Vijay

4y
478
1
Hello! Is it possible to configure IntegerField in Django so that it only accepts numbers that have at least 6 digits and at most 12 digits?

Answers (1)