-----------------------------------
- New, 261, possible for the user to edit their first name and last name.
- Fix, 251, record url from some user can be accessed by any user, show, edit and delete are now constrained by base_filter.
- Fix, 265, Fixed double word in views.rst
- Fix, 247, bug when ordering view columns where None values are in.
- Fix, pinned flask-sqlalchemy to version 2.0.
- New, type checks disables on AuditMixin, it allows the use of this mixin when extending the User model.
- New, possible to filter fields using dot notation, automatic joins of other models.
- Fix, actions on user profile to resetmypasswordview made generic, the view can be safely override.
- Fix, actions on user profile to resetpasswordview made generic, the view can be safely override.