Dominic Santos

Results 7 issues of Dominic Santos

`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...

When trying to setup a11y with budou, setting `aria-describedby` as an attribute is being stripped by html5lib on line https://github.com/google/budou/blob/master/budou/budou.py#L439

Note: Originally posted this on https://github.com/potatolondon/djangae/issues/956 Hey, I've tried using the new google-cloud-storage libraries with djangae, but they don't work out of the box because they use the new module...

When I called popView one too many times I got the error 'Error: Popping from an empty stack!' which is correct as I didn't have any views left; but if...

I came across a case where I wanted to fetch an individual model given a certain id, the quickest and easiest way I thought of doing this would be assigned...

Could you add support to handle fetching arbitrary pages, e.g. fetching page 3 when you've only actually fetched the first page so far; thus skipping page 2 entirely?