Skip to content

Releases: jazzband/django-user-sessions

1.7.1

Choose a tag to compare

@Bouke Bouke released this 24 Jan 14:26
2b7f75e
  • Don't expose session keys in views (reported by @Lionqueen94)

1.7.0

Choose a tag to compare

@Bouke Bouke released this 19 Jan 08:30
671b38c
  • new: Support for Django 2.2+.
  • Dropped Django <2.2 support.

1.6.0

Choose a tag to compare

@Bouke Bouke released this 19 Dec 07:21
db94bfd
  • 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

Choose a tag to compare

@Bouke Bouke released this 11 Aug 20:30
2719255
  • Fixed issue with incorrect location being displayed

1.5.2

Choose a tag to compare

@Bouke Bouke released this 11 Aug 20:30
a63f910
  • Also work with GeoIP2 country database

1.5.1

Choose a tag to compare

@Bouke Bouke released this 11 Aug 20:30
4dca3de
  • Updated documentation for GeoIP2 library
  • Correctly detect macOS version on Firefox

1.5.0

Choose a tag to compare

@Bouke Bouke released this 19 Apr 06:17
682bf11
  • 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

Choose a tag to compare

@Bouke Bouke released this 19 Apr 05:12
  • 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

Choose a tag to compare

@Bouke Bouke released this 05 Dec 22:14
  • Added Django 1.10 support

1.3.0

Choose a tag to compare

@Bouke Bouke released this 05 Jan 21:39
  • Added Django 1.9 support
  • Dropped support for Django 1.7 and below