Releases: apragacz/django-rest-registration
Releases · apragacz/django-rest-registration
v0.9.0
Changes:
- Drop official Python 3.5, 3.6 support
- Add CI requirements lockfile
- Use GNU Make target convention (dashes instead of underscores)
- Migrate remaining tests to pytest
v0.8.3
Changes:
- Use UserAttrsProxy as last resort in build_initial_user (#259)
- Add verification settings to test_ok_with_user_with_relations
- Fix typo (#268)
- Add document for settings of LOGIN_RETRIEVE_TOKEN
- Set user_activated sender to VerifyRegistrationView
- Add 'USER_LOGIN_FIELDS_UNIQUE_CHECK_ENABLED' setting (#208)
v0.8.1
Changes:
- Override get_serializer_class in VerifyRegistrationView (#215)
v0.8.0
Changes:
- Add CHANGELOG.md
- Remove deprecated code in version 0.6 (#114)
- Add ID translations
- Correct FR translation
- Remove unused
api_view_serializer_class*
decorators
- Rewrite views as APIView classes (#55)
0.7.3
Changes:
- Use user backend field when available (#196)
0.7.2
Changes:
- Add REGISTER_FLOW_ENABLED setting (#186)
0.7.1
Changes:
- Make email sending replaceable (#183)
- Drop Django 1.x support from requirements
0.7.0
Changes:
- Add Django 4.x support (#172)
- Drop official support for Django 1.x
- Drop official support for Python 3.4
0.6.5
Changes:
- Add
LOGIN_DEFAULT_SESSION_AUTHENTICATION_BACKEND
setting (#168)