Aidan Lister
Aidan Lister
Very interesting! I needed this personally and had to write a streaming server to download it. I'll see if I can get this in soon.
You'll be able to hack this together like so: https://github.com/freakboy3742/pyxero/issues/107
https://github.com/idan/oauthlib/blob/master/oauthlib/common.py#L122
FYI I'm doing this to get around it: ``` import oauthlib.common oauthlib.common.urlencoded = oauthlib.common.urlencoded | set('/') from xero import Xero ```
@freakboy3742 I can't think how we might be able to solve this ... what do you think?
@schinckel Have you come across anything like this? I am stumped for an elegant solution.
django-reversion-compare would be sweet
Hello?
I've migrated to https://github.com/jespino/django-lot which provides the same set of functionality as django-loginurl.
Yeah two pretty major libraries that don't like each other :( Is there a workaround?