Fix User model validation behavior, closes #950

This commit is contained in:
Dane Everitt 2018-02-18 13:29:28 -06:00
parent 50809cad36
commit c61c2bc5fd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 23 additions and 0 deletions

View file

@ -6,6 +6,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.1 (Derelict Dermodactylus)
### Fixed
* Fixes an exception when no token is entered on the 2-Factor enable/disable page and the form is submitted.
* Fixes an exception when trying to perform actions aganist a User model due to a validator that could not be cast to a string correctly.
## v0.7.0 (Derelict Dermodactylus)
### Fixed