I’d like to use fields with consistent checking at every level. I’m thinking HTML5 min, max, pattern attributes for the user interface, Validators at the Python level, and constraints on the database. Does a library like this exist? If not, does anyone advise a different approach or have a similar need or want to help make it? My specific usage is at https://github.com/biobuddies/wellplat](Refactor checked fields by covracer · Pull Request #4 · biobuddies/wellplated · GitHub
One idea I’ve heard proposed before that I’d be interested in feedback on: will calling full_clean() from save() break things?