Chukwudi Nwachukwu

Results 4 issues of Chukwudi Nwachukwu

https://github.com/django-es/django-elasticsearch-dsl/blob/5ad0ee03de424a80f09020e4ffb392a854558110/django_elasticsearch_dsl/fields.py#L45 *Given an model* should be changed to *Given a model....*

These commits contain a lot that will help anyone work with this codebase. I am happy to provide more context but please note that I am a novice in data...

1. Made a set refactoring 2. update flask.ext.cache to flask_cache

https://github.com/gruuya/django-sql-sniffer/blob/53c297302c962d5009228e6a4fa50a98e4484bb8/django_sql_sniffer/injector.py#L33 This can be left as: ``` if res.stderr: logger.error(f"injected command resulted in error:\n{res.stderr}") ``` *Sample* ``` >>> bool(b"") == False True >>> bool(b"1") == True True ```