Model NumberField with min/max validation as form field not showing

There does appear to be an open ticket for this - #26834 (MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm) – Django

You can work around this by specifying the desired attributes for the widget in the ModelForm Meta class.