-----
* Increase version number
* Add a ChangeLog file
* Add the AUTHORS file
* Update .gitignore file
* Fix flake8 issues
* Add tox.ini to the project
* Update unit tests
* Update requirements
* Update the documentation
* Add docker containers
* Update the settings file
* Package the application with PBR
* Add requirements
* Update README.rst
* Add note in the readme about searching new maintainer
* Fix default behavior of VectorField
* VectorField Defaults Should be Overrideable
* Remove .encode() from quotes method
* Update python3 string handling
* Fix django 1.8 support: using get_queryset instead of get_query_set
* Fix python3 compatibility
* Management command for updating search fields. Usage: ./manage.py update_search_field [options] appname [model] Update search fields in all models or only in specified model