Skip to content

Releases: skorokithakis/django-loginas

v0.3.8

05 Dec 16:05
18b600f
Compare
Choose a tag to compare

Feature

  • Remove six and Py2 support (7efa30e)

Fix

  • Don't crash when session doesn't exist (#86) (fea9ae5)
  • catch ImproperlyConfigured exc in user_login view (#85) (497540c)
  • Add PermissionDenied support for can_login_as (#84) (0525348)

v0.3.7

02 Jun 22:51
b3fbd6e
Compare
Choose a tag to compare

Feature

Fix

  • Don't require the messages framework (#80) (154c0a0)

v0.3.6

19 Mar 11:10
b2d37f2
Compare
Choose a tag to compare

Fix

  • Fix "null value in column user_id" when switching back to original user (#78)

v0.3.4

17 Apr 23:32
48286ec
Compare
Choose a tag to compare
v0.3.4

v0.3.2

18 May 13:43
e207725
Compare
Choose a tag to compare
v0.3.2

v0.3.1

11 Feb 17:50
b28f751
Compare
Choose a tag to compare

Fix

  • Configurable logout redirect url via LOGINAS_LOGOUT_REDIRECT_URL (#49)
  • Do not update user.last_login, overridable via LOGINAS_UPDATE_LAST_LOGIN (#48)

v0.3.0

05 Dec 11:00
2c8baa9
Compare
Choose a tag to compare

Feature

  • Add french translation (#43)

Fix

  • Rename MESSAGE_LOGIN_REVERT to LOGINAS_MESSAGE_LOGIN_REVERT.
  • ability set tags on messages and a minor compatibility fix (#47)
  • Remove signer error logging (#45)
  • Remove user session flag on logout (#42)

v0.2.2

29 Jun 12:39
e411708
Compare
Choose a tag to compare

Fix

  • Support custom User models with customized username fields. (#36)

v0.2.1

11 Jun 23:54
4b66c0b
Compare
Choose a tag to compare

Fix

  • fix login message for unicode username (#35)

v0.2.0

01 Jun 11:22
65300af
Compare
Choose a tag to compare

Feature

  • After logging in as a user, restore to the previous user again when logging out.

Fix

  • Escape early if a backend is not found.