Florian Demmer
Florian Demmer
fix warning with Django 1.7: ``` RemovedInDjango18Warning: `Manager.get_query_set` method should be renamed `get_queryset`. ```
The `msg` of logging calls should be format strings and not include variables. > msg – The event description message, possibly a format string with placeholders for variable data. https://docs.python.org/3/library/logging.html#logrecord-objects...
### Problem Statement Using gunicorn's gevent worker requests sometimes time out during normal operation. In that case a [warning level logging event is triggered](https://github.com/benoitc/gunicorn/blob/cf55d2cec277f220ebd605989ce78ad1bb553c46/gunicorn/workers/ggevent.py#L113). Unfortunately the message is pre-formatted and...
## Description of the Change The consumer service at [heroku](http://django-oauth-toolkit.herokuapp.com/consumer/) does not work as described in the tutorial with `PKCE_REQUIRED=True`. Since this is the default since 2.x the tutorial does...
## Description of the Change The generic view classes `ProtectedResourceView` and `ClientProtectedResourceView` inherit from `ProtectedResourceMixin` and `ClientProtectedResourceMixin` respectively, which both inherit `OAuthLibMixin` already. It seems redundant to me to have...
Thanks for another tagging library and i am not being sarcastic! "Based on ForeignKey and ManyToManyField, so it's easy to query" is a big selling point for me, so I...
The latest release broke a documented feature. Regardless of how this situation will be solved, I propose to improve automated testing. Here are some of my suggested changes. It includes...
I wanted 'lineno', 'funcName' in my log messages not only on exceptions, but always, so I added a parameter `default_fields` and `exc_fields` to be able to set the fields used...
Don asks via email... > is there a setting to make it so Genre is populated with: > 1. A single Genre (Hard Rock instead of Hard Rock, Alt. Rock,...