Skip to content

Releases: iMerica/dj-rest-auth

Maintenance + Bug fixes.

10 Jul 20:36
Compare
Choose a tag to compare
2.1.8

Bumps version

Removes pycache dirs from tarball

08 Jun 04:52
Compare
Choose a tag to compare

Maintenance + Bug fixes.

04 Jun 03:57
Compare
Choose a tag to compare

Thanks

  • Johannes la Poutre
  • taiki_okano

Maintenance + Bug fixes.

17 May 04:44
Compare
Choose a tag to compare

Thank you to

Carlos Corbacho
Hossein Shakiba
mostafa khaki

Multiple bug fixes and enhancements

20 Mar 18:21
Compare
Choose a tag to compare

Run git log 2.1.3..2.1.4 to see the latest changes between this tag and the last.

GabrielDumbrava
Luc Timmerman
M.Mahdi Mahdizadeh
Michael
Rafael Araujo Lehmkuhl
alichass
fialkovod
hashlash

Maintenance + Bug fixes.

11 Jan 08:20
Compare
Choose a tag to compare

Thanks to

Dmitry Kalinin
Gaurav Sharma
Jakub Stawowy
Julien Enselme
Lance.Moe
Michael

Maintenance and improvements

04 Dec 02:44
Compare
Choose a tag to compare

89b0582 (HEAD -> master, tag: 2.1.2, origin/master, origin/HEAD) Version bump
7afb1df attribute check handled to avoid exception during module import (#182)
5d7a927 Create django.po (#176)
cd69685 Added 'ACCOUNT_USERNAME_VALIDATORS' check on auth user update (#178)
117cdf6 Merge pull request #179 from lideen/master
e346dfa Moved swedish translation to the correct location
effd621 Update serializers.py (#172)
441b2e9 Adds view for refreshing tokens with cookies (#173)

Special thanks to

Jannis Leidel
Jerin Peter George
Jonas Lidén
Lance.Moe
Michael
Yeh Yen-Ke

Support for refresh token cookies + bug fixes

19 Nov 03:56
Compare
Choose a tag to compare

Special thanks to

  • Jerin Peter George
  • Joel Whitaker
  • Michael
  • Slava

Removes Django < 3.1 Requirement

12 Nov 04:43
Compare
Choose a tag to compare

Updates support for Specific Django and Django-All-Auth Versions

11 Nov 17:05
817d0af
Compare
Choose a tag to compare

From summary of PR:

This change narrows the supported Django and Django-All-Auth versions, as many tests are failing in various combinations of the two. Note: the tests are failing due to upstream dependencies, not new regressions in this package.

As a matter of caution, I've bumped the major version to signify the impact of the change.

See #166 for more info