Open zimt28 opened 6 years ago
ValidField will raise a ValidField.NoFieldError when trying to use nonexisting fields. I'm happy to change whatever should be done differently :) Fixing https://github.com/DockYard/valid_field/issues/30
ValidField
ValidField.NoFieldError
I think I‘ll rename the NoFieldError to UnknownFieldError, what do you think?
NoFieldError
UnknownFieldError
Anything else that should be changed?
ValidField
will raise aValidField.NoFieldError
when trying to use nonexisting fields. I'm happy to change whatever should be done differently :) Fixing https://github.com/DockYard/valid_field/issues/30