Skip to content

Releases: jazzband/django-user-sessions

1.7.1

24 Jan 14:26
2b7f75e
Compare
Choose a tag to compare
  • Don't expose session keys in views (reported by @Lionqueen94)

1.7.0

19 Jan 08:30
671b38c
Compare
Choose a tag to compare
  • new: Support for Django 2.2+.
  • Dropped Django <2.2 support.

1.6.0

19 Dec 07:21
db94bfd
Compare
Choose a tag to compare
  • New: Support for Django 2.0.
  • Dropped Django <1.11 support.
  • Command for migrating existing sessions to the new session store (#33).

1.5.3

11 Aug 20:30
2719255
Compare
Choose a tag to compare
  • Fixed issue with incorrect location being displayed

1.5.2

11 Aug 20:30
a63f910
Compare
Choose a tag to compare
  • Also work with GeoIP2 country database

1.5.1

11 Aug 20:30
4dca3de
Compare
Choose a tag to compare
  • Updated documentation for GeoIP2 library
  • Correctly detect macOS version on Firefox

1.5.0

19 Apr 06:17
682bf11
Compare
Choose a tag to compare
  • Added Django 1.11 support
  • Added support for GeoIP2 library
  • Added detection of Windows 10 and macOS from user-agent
  • Fixed #73 -- Error when deleting individual session from list view
  • Fixed #74 -- user agent not being shown in list view
  • Resolved Django’s deprecation warnings (preliminary Django 2.0 support)
  • Make templatetags return None instead of 'unknown', provide your own fallback
    value with default_if_none:
  • Allow translation of fallback values

1.4.0

19 Apr 05:12
Compare
Choose a tag to compare
  • Added Django Channels support
  • Fixed #62 -- Provide request.user in signals
  • Ending current session will logout instead, make sure LOGOUT_REDIRECT_URL is set

1.3.1

05 Dec 22:14
Compare
Choose a tag to compare
  • Added Django 1.10 support

1.3.0

05 Jan 21:39
Compare
Choose a tag to compare
  • Added Django 1.9 support
  • Dropped support for Django 1.7 and below