Lucas Connors
Lucas Connors
Importing `reverse` from `django.core.urlresolvers` was deprecated in Django 1.10 and ceases to work in Django 2.0. It was moved to `django.urls`. This import is not actually used in the module,...
According to the classifiers in `setup.py`, it looks like the project is under the BSD license. This PR explicitly adds the BSD 2-Clause to the project so that it will...
#### The problem I introduced Factory Boy to the team I work on and we love using it, but there is one scenario that comes up frequently for us where...
fields.py lines 121 through 123 assume that a POST request caused the audiofile to be created/renamed. Shouldn't this be more agnostic to the method as it may be possible for...
`sorl-thumbnail` does not provide any way to catch and address errors when attempting to read invalid images using `get_thumbnail()`. I noticed that the project has a `THUMBNAIL_DEBUG` setting to address...