django-session-activity icon indicating copy to clipboard operation
django-session-activity copied to clipboard

List recent account activity and sign-out from all sessions opened on other computers

Results 4 django-session-activity issues
Sort by recently updated
recently updated
newest added

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20django-session-activity)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `django-session-activity`. Thankfully, an equivalent service is...

In README we can find link to http://django-session-activity.readthedocs.org/en/latest/ but it respond 404.

`destroy_session_activity` doesn't actually call delete on the filtered `SessionActivity`.

When a user is logged out, if they try to log out again then an `AttributeError` is raised in the following code: ``` def destroy_session_activity(user, request, **kwargs): """ Destroy session...