silverbackhq / pyvalitron

🔰 Python Inputs Validation Library.
MIT License
1 stars 1 forks source link

custom validators & custom sanitizers to override the default #9

Open Clivern opened 5 years ago

Clivern commented 5 years ago

Currently the custom validators & custom sanitizers will not override the default even if they have the same name which is a bit sad but of course if you always use a new name, it will work as expected.

Improving this behaviour would be nice