Victor Munene

Results 3 issues of Victor Munene

In [apps.py](https://github.com/justquick/django-activity-stream/blob/master/actstream/apps.py#L28-L36) `django_jsonfield_backport` is added to `INSTALLED_APPS` and django is forced to reload the apps. This is problematic for projects that perform non-idempotent operations in their apps' `ready` method. 3rd...

weirdness

If the `play-services-base` dependency version requirement is "soft", then so should the firebase dependencies as they all need to be on the same version so as not to get the...

Only the [PIL](https://github.com/jazzband/sorl-thumbnail/blob/55ed9778f2a6e30d134caf614261489fc91bf19d/sorl/thumbnail/engines/pil_engine.py#L248) and [Convert](https://github.com/jazzband/sorl-thumbnail/blob/55ed9778f2a6e30d134caf614261489fc91bf19d/sorl/thumbnail/engines/convert_engine.py#L190) thumbnail engines have implemented the `_padding` method. Trying to use the padding option with any other engine will raise a `NotImplementedError`.