Aidan Lister
Aidan Lister
We're going to need a bit of flexibility that we don't have ... for example here's a method to add contacts to contactgroups which requires changing out the base_url on...
oauthlib is too strict! ``` xero.contacts.filter(Name__contains='Jim C/- Ace Building Supplies') File "oauthlib/common.py", line 404, in __init__ self._params.update(dict(urldecode(self.uri_query))) File "oauthlib/common.py", line 141, in urldecode raise ValueError(error % (set(query) - urlencoded, query))...
Can we get a new release? :)
https://github.com/aidanlister/django-loginurl/commit/c0720dcd179817911f1d74f5d8256942d8ecf680
Is there a way to rank choices, eg if we search on "name" and "description" but name is more important?
Would it save some lines of code if you used the builtin kwargs parser? https://github.com/django/django/blob/master/django/template/base.py#L916
I'm bouncing this bug between the various oauth modules because no one thinks this issue is from their module. I'm seeing this error every few minutes: ``` Stacktrace (most recent...
Does this tag work? I get nothing ... ``` {% bootstrap_form_errors form 'all' %} ``` But if I print out: ``` {{ form.errors }} ``` I see all my form...
Specifying LOT_TYPE_CHOICES as the choices for the LOT.type field means that migrations will be created for any types created -- however the migrations are created against the contributed module which...
Can we use tablib to stream responses, eg have dataset.csv return a generator?