Skip to content

Releases: macropin/django-registration

v1.5

06 Apr 15:24
Compare
Choose a tag to compare

See CHANGELOG for release notes.

v1.4

23 Feb 23:43
Compare
Choose a tag to compare

See CHANGELOG for release notes.

v1.3

13 Jan 01:17
Compare
Choose a tag to compare

See CHANGELOG for release notes.

v1.2

19 May 04:24
Compare
Choose a tag to compare

See CHANGELOG for release notes.

v1.1

20 Sep 10:35
Compare
Choose a tag to compare

This represents the first release of django-registration-redux.
It is based off the defunct v1.0 django-registration abandoned by James Bennett.

  • Compatibility: Added support for Python 3.x.
  • Compatibility: Added support for Django 1.6, 1.7.
  • Feature: Added support for mime/multipart HTML / Text registration
    emails.
  • Feature: Added REGISTRATION_EMAIL_SUBJECT_PREFIX config.
  • Feature: Added support for REGISTRATION_AUTO_LOGIN config.
  • Feature: Added support for SEND_ACTIVATION_EMAIL config.
  • Bugfix: Signal "user_activated" was being sent twice.
  • Bugfix: Fixed broken tests.