* Upgrade neo4j_driver to 1.1.0 * Fix install_labels on an abstract node * Clean up hooks code, django_neomodel.DjangoNode required for signals * Add order_by method to relationships * Add config.ENCRYPTED_CONNECTION - adrianicv * Add config.MAX_POOL_SIZE * Add neomodel_install_labels command * Turn off AUTO_INSTALL_LABEL by default
3.1.0
Not secure
* Improve docs * Add change_neo4j_password * Add clear_neo4j_database * Add UniqueIdProperty for easy ids * remove NEOMODEL_FORCE_TIMEZONE environment var now a config option * Move django signal support to neomodel * Add stdout input to install_labels etc
3.0.3
Not secure
* Fix indexing bug caught by travis
3.0.2
Not secure
* More doc strings and added autodoc to sphinx * Install all constraints via core.install_all_labels() * Fix multiple relationships not being created when using a rel model * Fix connection logic for using in ipython * Fix unicode string passed as class in relationship