Django User Sessions Versions Save

Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.

1.7.1

4 years ago
  • Don't expose session keys in views (reported by @Lionqueen94)

1.7.0

4 years ago
  • new: Support for Django 2.2+.
  • Dropped Django <2.2 support.

1.6.0

6 years ago
  • 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

6 years ago
  • Fixed issue with incorrect location being displayed

1.5.2

6 years ago
  • Also work with GeoIP2 country database

1.5.1

6 years ago
  • Updated documentation for GeoIP2 library
  • Correctly detect macOS version on Firefox

1.5.0

7 years ago
  • 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

7 years ago
  • 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

7 years ago
  • Added Django 1.10 support

1.3.0

8 years ago
  • Added Django 1.9 support
  • Dropped support for Django 1.7 and below