Skip to content

Releases: nitinsh06/Django-Verify-Email

v3.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 16:29

What's Changed

Full Changelog: v3.0.0...v3.1.1

v3.0.0

Choose a tag to compare

@nitinsh06 nitinsh06 released this 03 Nov 16:15
d44b46a
Merge pull request #89 from foo290/massive-code-refactor

Massive code refactor

v2.0.3

Choose a tag to compare

@nitinsh06 nitinsh06 released this 18 Apr 15:30

Bug Fixes:

  • Variable name in view function was different than the one passed in URL

Enhancement:

  • Raising Http404 instead of returning 404 with a string so we can have the default 404 page
  • Using python's logging system instead of print statements

Thanks to @sebastianhaas

v2.0.2

Choose a tag to compare

@nitinsh06 nitinsh06 released this 12 Apr 16:44
89665ef

Bug Fixes:

  • Using normal form instead of model forms to allow unique emails to re-request verification email
  • Not returning HTTP response in one of the exception blocks

Enhancements:

  • Added new settings variable NEW_EMAIL_SENT_TEMPLATE to configure template shown after successful email sent.
  • Using get_username() method to account for apps that have changed the USERNAME_FIELD of their user model
  • migrations updated according to Django 4.x

Thanks to: @javier-a-agustin, @grmoon, @sebastianhaas