Releases: apragacz/django-rest-registration
Releases · apragacz/django-rest-registration
v0.9.0
31 Aug 21:22
Compare
Sorry, something went wrong.
No results found
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
04 Dec 23:17
Compare
Sorry, something went wrong.
No results found
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.2
25 May 21:09
Compare
Sorry, something went wrong.
No results found
v0.8.1
04 May 10:07
Compare
Sorry, something went wrong.
No results found
Changes:
Override get_serializer_class in VerifyRegistrationView (#215 )
v0.8.0
31 Mar 09:52
Compare
Sorry, something went wrong.
No results found
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
20 Sep 19:51
Compare
Sorry, something went wrong.
No results found
Changes:
Use user backend field when available (#196 )
0.7.2
23 Mar 12:04
Compare
Sorry, something went wrong.
No results found
Changes:
Add REGISTER_FLOW_ENABLED setting (#186 )
0.7.1
09 Mar 11:23
Compare
Sorry, something went wrong.
No results found
Changes:
Make email sending replaceable (#183 )
Drop Django 1.x support from requirements
0.7.0
22 Dec 15:46
Compare
Sorry, something went wrong.
No results found
Changes:
Add Django 4.x support (#172 )
Drop official support for Django 1.x
Drop official support for Python 3.4
0.6.5
15 Dec 00:38
Compare
Sorry, something went wrong.
No results found
Changes:
Add LOGIN_DEFAULT_SESSION_AUTHENTICATION_BACKEND setting (#168 )