Closed bbc2 closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@c03fdf7
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #205 +/- ##
=========================================
Coverage ? 90.49%
=========================================
Files ? 25
Lines ? 1452
Branches ? 0
=========================================
Hits ? 1314
Misses ? 138
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c03fdf7...7e1343d. Read the comment docs.
Thank you!
Headsup: the field name "self.register_form" does not indicate it's pointing to a class rather than an instance. I'm going to fix this by renaming all class attributes to something like: self.RegisterFormClass. This change will take effect in the next v1.0.1.3 release.
self.x
instead ofx
)CustomRegisterForm
, not instanceThat makes the example consistent with what can be read on the following page of documentation: https://flask-user.readthedocs.io/en/latest/customizing_forms.html#customizing-form-classes