* completion widget converted to a constructable JS object to improve its compatibility with JS frameworks (thanks to vkrizan);
0.10.3
------
* DjangoQL no longer depends on ContentType. Fixes use cases when the package is used without Django admin and ContentType is not used;
0.10.2
------
* Removed .DS_Store from the distribution (thanks to vkrizan);
0.10.1
------
* Added Python 3.7 and Django 2.1 to the test matrix; * removed PYTHONDONTWRITEBYTECODE from the setup.py and added test_project to the distribution (thanks to vkrizan);
0.10.0
------
* Introducing Search Modes in the admin: now users can switch between Advanced Search mode (DjangoQL) and a standard Django search that you define with ``search_fields`` in your ModelAdmin;
0.9.1
-----
* Improved schema auto-generation. Now it avoids adding fields that may cause circular references, like ``author.book.author.book...``;