CristiRazvi / enum_attributes_validation

Enum Attributes Validation provides validation functionality for enum attributes in models.
MIT License
32 stars 7 forks source link

no examples of invalid data in docs #8

Open toby-1-kenobi opened 5 years ago

toby-1-kenobi commented 5 years ago

The README file has three examples of instantiating an object with enum validations. None of those examples include invalid data for the enums!

The whole reason for validations is in case invalid data comes along, so not including any in your examples is entirely unexpected and not very helpful.