Skip to content

Commit

Permalink
First iteration on the CHANGELOG for 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicato committed Jan 12, 2016
1 parent 141278c commit 27e7ee0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ django-registration-redux changelog
===================================


Version 1.3, 12 January, 2016
-----------------------------

* Add support for Django 1.9. django-registration supports Django 1.7 and newer.

* Feature: Added support for additional registration forms;
`RegistrationFormTOSAndUniqueEmail` and `RegistrationFormTOSAndNoFreeEmail`.
See `#113 <https://github.com/macropin/django-registration/pull/113>`_.

* Bugfix: Properly extend the base registration template.

* Enhancement: Distinguish between account activation failure and attempted
reactivation. See `#72 <https://github.com/macropin/django-registration/pull/72>`_.

* Bugfix: Install an unzipped package in order to support running migrations.
See `#104 <https://github.com/macropin/django-registration/pull/104>`_.

* Feature: Added Hungarian and Russian localizations.

* Feature: Added support for specifying template paths for activation email.


Version 1.2, 11 May, 2015
-------------------------

Expand Down

0 comments on commit 27e7ee0

Please sign in to comment.