Guillaume Thomas
Guillaume Thomas
* Date you used Cookiecutter PyPackage: 2018-09-18 * Cookiecutter version used, if any: 1.6.0 * Python version, if any: 3.6 ### Description I want to add pytest-cov but travis builds...
In Django 1.11, `django.contrib.auth.authenticate` takes the current `request` as an argument. `JSONWebTokenSerializer` should support that.
The [documentation](https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html#passing-options-to-select2) states that > Select2 supports a bunch of options. These options may be set in data-* attributes. In reality, only a subset of [select2 options](https://select2.org/configuration/options-api) are handled. As...
We've recently encountered instability issues with a redis instance in our infrastructure. This generated many user unwanted disconnections but no errors were tracked server side. The problem was that we...
When a field has a name with non ascii characters, i think the `url` method is buggy when temporary urls are activated: For instance, with a `FileField` with name equals...
As far as i understand, it looks impossible to use this library with SSL redis connections. The reason is that `settings.WS4REDIS_CONNECTION` is used to instantiate: * [The redis connection used...
I need to resize the following image using the `convert` image.  This image seems to be "peculiar" because of the output of convert: ```bash $> convert image.jpeg -auto-orient -colorspace...
What has bee handled: - Use of `dict.items()` instead of `dict.iteritems` - Enforce unicode as input of `json.loads` - Handling Exception syntax - Implement `__iter__` and `__len__` for abstract classes...