- Updated Django to 2.2.27
- Added French translation by @tidji31
- Updated Django to 2.2.20
- Updated Django to 2.2.12
- Fixed a bug with decoding UID on the restore password page (#71)
- Updated Django to 2.2.11
- Updated Django, django-bootstrap4, Bootstrap, popper.js, and jQuery to their latest versions
- Updated Django to 2.1.2 version (this version has a vulnerability fix)
- Added the "remember me" checkbox to the log in page
- Added the username recovering
- Code improvements
- Removed i18n_patterns from urls.py
- Added the GuestOnlyView for checks on pages like SignInView, SignUpView, etc
- Removed gunicorn from dependencies
- Updated Django to 2.0.5
- Updated Bootstrap to 4.1.1, jQuery to 3.3.1, PopperJS to 1.14.3
- Updated Bootstrap to 4.1.0 version
- Updated Django to 2.0.4 version
- Added the support to serve media files in debug mode
- Added the pipenv & cleaned up the readme
- Updated Django to 2.0.3 version
- Fixed a bug with the incorrect query in forms. Thanks karanrajpal14 (#33)
- Updated Bootstrap to 4.0.0 version & updated django-bootstrap4 dependency
- Updated Django to 2.0.2 version
- Renamed zh_Hans to zh_hans locale
- Added translations for Ukrainian, Russian, Spanish, French, and German languages
- Changed straight call of User's model
- Added the profile editing
- Added email changing
- Changed validation handles
- Improve sign in view
- Renamed SignInViaEmailOrForm to SignInViaEmailOrUsernameForm
- Revised the readme
- Fixed some bugs and added a few improvements
- Add password reset by a username
- Add authentication by email
- Add check for unique email on sign up step
- Add a profile activation
- Update Bootstrap to the v4.0.0-beta.2 version
- Replace mysql database to sqlite
- Many other improvements
Initial version.