Flavio Curella

Results 13 issues of Flavio Curella

Looks like support for Django 2.0 was added on on Dec 4, 2017 (in https://github.com/robinhood/thorn/commit/5c89851c904adb5aaa0bdb563c64f5d6713b902c#diff-354f30a63fb0907d4ad57269548329e3), but it was never released on PyPI. Would it possible to have a new release?...

This adds the `ignoreContexts` option, so external checks can be excluded as well. I've pretty much copied the code for Checks, and replaced `->name()` with `->context()` and `->status()` with `->state()`....

Dependencies ๐Ÿ“ฆ
YAML ๐Ÿ„
Tests ๐Ÿงช
Source ๐Ÿ”ฎ
PHP ๐Ÿ˜
Docker ๐Ÿณ
MarkDown ๐Ÿ“

Replaced all occurencies of MEDIA_URL with STATIC_URL, to make it compatible with Django's collectstatic command

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

Signed-off-by: Flavio Curella [email protected] Not sure if I should include tests checking for the sub_type attribute of the models, since no other attribute is checked.