------
* the completion JavaScript widget has been moved to
`its own repo <https://github.com/ivelum/djangoql-completion>`_ and is now
available as a standalone
`package on npm <https://www.npmjs.com/package/djangoql-completion>`_. It
still ships with the Python package, though, so if you don't need to embed
the completion widget in your custom JavaScript application, no additional
installation steps are required;
* added support for GenericIPAddressField (thanks to HannaShalamitskaya for
reporting the issue);
* the source code is now linted with flake8 and isort;