Ülgen Sarıkavak
Ülgen Sarıkavak
* Removes Python 3.5 - 3.6 support * Removes Django 1.11 - 2.0 - 2.1 - 3.0 support * Cleans South related code
[Current Poetry installer](https://github.com/moneymeets/python-poetry-buildpack/blob/4b4532d4fcb2656e9b997c24cfed2335c422abfa/bin/compile#L39) gives ``` This installer is deprecated. Poetry versions installed using this script will not be able to use 'self update' command to upgrade to 1.2.0a1 or later....
It resolves finding javascript results as positive when searching with `java` as search term. Also, getting multiple results problem will be resolved. You can add `print user_pref, tag.text` to 61th...
Relates to https://github.com/PedroBern/django-graphql-auth/issues/44 PR is not done yet but i opened it to see broken tests on Travis.
Hey @farhan0581, Sorry to open this as an issue but the project doesn't have a discussion section. My question is, what are the plans for the supported Python & Django...
Fixes #253 `traceback.format_exception` is added to `report_error` with https://github.com/graphql-python/graphql-core/pull/154 two years ago, it solves another problem but i couldn't understand why did anyone need to stringify all exceptions on such...
* Use consistent indentation * Update black version
* Applies `pyupgrade --py37-plus` * Removed `mock` from `requirements_dev.txt` (replaced by unittest.mock) * Simplify string formatting with a f-string
* Remove support for Python 3.6 (EOL) * Add pre-commit config with pyupgrade (3.7) * Apply pyupgrade (3.7)