Skip to content

Releases: codingjoe/django-mail-auth

3.2.1

05 Dec 18:05

Choose a tag to compare

What's Changed

  • Allow login form to define a custom field_name as a class attribute by @codingjoe in #84

Full Changelog: 3.2.0...3.2.1

3.2.0

22 Nov 10:23

Choose a tag to compare

What's Changed

Full Changelog: 3.1.4...3.2.0

3.1.4

17 Oct 13:38
57fe5b5

Choose a tag to compare

What's Changed

Full Changelog: 3.1.3...3.1.4

3.1.3

08 Aug 09:46

Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...3.1.3

3.1.2

26 Apr 16:23

Choose a tag to compare

What's Changed

  • Dispatch signal before user's private data is removed by @codingjoe in #59

Full Changelog: 3.1.1...3.1.2

3.1.1

14 Apr 17:00

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

14 Apr 15:42

Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.1.0

3.0.1

11 Jan 09:00
d5df6a0

Choose a tag to compare

What's Changed

  • Rename BaseLoginForm.get_context to avoid clash with Django 4.0 internals by @amureki in #40

Full Changelog: 3.0.0...3.0.1

3.0.0

14 Nov 09:26
0caaa5a

Choose a tag to compare

What's Changed

  • Drop custom separator in favor of default colon (:) by @amureki in #28

Dot is unreserved character, however the representation in browsers (%2E or .), mail clients and even SMTP-servers is not unified and can lead to different issues.

Please, note: after installing this new release, existing authentication links will become invalid.
If you want to keep the old dot separator, you wound need to customize MailAuthBackend, but this is not advisable.

New Contributors

Full Changelog: 2.1.3...3.0.0

2.1.3

20 Oct 12:02

Choose a tag to compare

  • Fix next URL encoding
  • Update CI suite
  • Update supported Python and Django versions
  • Fix Django 4.0 deprecation warnings
  • Add tests to source dist