Releases: jazzband/django-user-sessions
Releases · jazzband/django-user-sessions
1.7.1
24 Jan 14:26
Compare
Sorry, something went wrong.
No results found
Don't expose session keys in views (reported by @Lionqueen94 )
1.7.0
19 Jan 08:30
Compare
Sorry, something went wrong.
No results found
new: Support for Django 2.2+.
Dropped Django <2.2 support.
1.6.0
19 Dec 07:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed issue with incorrect location being displayed
1.5.2
11 Aug 20:30
Compare
Sorry, something went wrong.
No results found
Also work with GeoIP2 country database
1.5.1
11 Aug 20:30
Compare
Sorry, something went wrong.
No results found
Updated documentation for GeoIP2 library
Correctly detect macOS version on Firefox
1.5.0
19 Apr 06:17
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added Django 1.10 support
1.3.0
05 Jan 21:39
Compare
Sorry, something went wrong.
No results found
Added Django 1.9 support
Dropped support for Django 1.7 and below