Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add wtforms #15

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

WIP: Add wtforms #15

wants to merge 10 commits into from

Conversation

cthoyt
Copy link
Contributor

@cthoyt cthoyt commented Sep 29, 2018

Closes #11

str: StringField,
int: IntegerField,
bool: BooleanField,
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can WTForms only handle these three datatypes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it does other things.. this is not anywhere near complete (but at least is a proof-of-concept)

- wtform.Form by default instead of flask_wtf.FlaskForm
- make base Form class a paremeter
- more type annotations
- more scalar form field definitions
- support for field list
@scolby33
Copy link
Owner

scolby33 commented Feb 1, 2019

What's the status on this? I'd like to push a 1.0 of easy_config this weekend.

@cthoyt
Copy link
Contributor Author

cthoyt commented Feb 10, 2019

this won't make it to 1.0. It still needs a lot of work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants