Skip to content

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
Changes:

*   Resolve issue #77: Allow using DRR without templates setup
*   Fix issue #79: do not create user when sending verification fails
*   Fix issue #83: Support change to already existing e-mail in the DB
    Detect whether user email field is unique. If yes, then send "e-mail
    already exists" notification instead of verification one.
    Also, perform a check just before changing the e-mail to avoid
    integrity errors.
*   Fix issue #68
    Add VERIFICATION_TEMPLATE_CONTEXT_BUILDER settings key
*   Fix invalid config in README
  • Loading branch information
apragacz committed Oct 12, 2019
1 parent 6c06b6a commit c46cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.1"
__version__ = "0.5.2"
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 comments on commit c46cbb9

Please sign in to comment.