spiral-project / daybed

Form validation and data storage API
http://daybed.rtfd.org/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Add group of fields (fixes #11, fixes #88) #147

Closed leplatrem closed 10 years ago

Natim commented 10 years ago

Flake8 errors :

daybed/schemas/base.py:221:80: E501 line too long (80 > 79 characters)
daybed/tests/test_schemas_base.py:152:13: E128 continuation line under-indented for visual indent
leplatrem commented 10 years ago

I changed a bit the behaviour. name and hint attributes make no sense, since groups are not form fields.

Natim commented 10 years ago

Ok for me.