* Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11
0.12.1
===================
**THIS VERSION IS CANCELLED**. We messed up a bit with branches and releases, and it resulted in a bad release. Please consider that this release has never existed.
We're deeply sorry about the inconvenience.
0.12.0
===================
* Fix bug in AgnocompleteWidgetMixin when template-based widgets are used (Django>=1.11).
0.11.0
===================
* Various Flake8 fixes (89). * Fix the multiple Model Field search with authentication behaviour. Please note that this bug would only occur if ``Django<1.11`` (91).
0.10.0
==================
- Add Django 1.11 support (85). - Moving Github organization from ``novafloss`` to ``peopledoc`` (86).
0.9.0
==================
- Added a more flexible way to create new values in AgnocompleteModelMultipleField (82).