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

Commits on Sep 29, 2018

  1. Add wtforms test

    cthoyt committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    8373bf3 View commit details
    Browse the repository at this point in the history
  2. Add chain map

    @scolby33 check it
    cthoyt committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    76b39b2 View commit details
    Browse the repository at this point in the history
  3. Improve extensibility

    - 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
    cthoyt committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    ccba949 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Configuration menu
    Copy the full SHA
    ca24a8e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Got simple elements working with correct defaults

    Still need to do some work to make lists work
    cthoyt committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    3eec972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac378b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9062ee7 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    cthoyt committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    6f7c4a8 View commit details
    Browse the repository at this point in the history
  5. Reorganize code

    cthoyt committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    917ad01 View commit details
    Browse the repository at this point in the history
  6. Update type annotations

    cthoyt committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    444b570 View commit details
    Browse the repository at this point in the history