Releases: jazzband/django-user-sessions
Releases · jazzband/django-user-sessions
1.7.1
- Don't expose session keys in views (reported by @Lionqueen94)
1.7.0
- new: Support for Django 2.2+.
- Dropped Django <2.2 support.
1.6.0
- 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
- Fixed issue with incorrect location being displayed
1.5.2
- Also work with GeoIP2 country database
1.5.1
- Updated documentation for GeoIP2 library
- Correctly detect macOS version on Firefox
1.5.0
- 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
- 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
- Added Django 1.10 support
1.3.0
- Added Django 1.9 support
- Dropped support for Django 1.7 and below