syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.
Other
643 stars 134 forks source link

updated auth examples to wtforms 0.9.0 requirements #133

Closed daniellawrence closed 9 years ago

daniellawrence commented 9 years ago

Ran into a few errors trying to use the examples/auth/auth.py and examples/auth/mongoauth.py with the latest wtforms. looks like from 0.9.0 onwards there is a new convention for using the Fields and Validators.