Comment 3 for bug 1727419

Revision history for this message
Newell Jensen (newell-jensen) wrote :

This seems to be a Django error in how the form validation is handling the errors. The verbose name for this model is "Physical zone" while the name of the field is "name". The field name "name" is being capitalized for some reason by Django.