backport bug fixes from 0.3.4 into master, reimplement ConfigSource() and add a superclass
This commit is contained in:
parent
3d03cc00fa
commit
4ccf4fb7a0
1 changed files with 6 additions and 0 deletions
6
src/suou/forms.py
Normal file
6
src/suou/forms.py
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
"""
|
||||||
|
Form validation, done right.
|
||||||
|
|
||||||
|
Why this? Why not, let's say, WTForms or Marshmallow? Well, I have my reasons.
|
||||||
|
"""
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue