
CHANGELOG
2018-02-14 1.5.5
  * [FIX] Settings no more shared across AlgoliaIndex instances
  * [FIX] Save rules and synonyms over reindex

2018-01-16 1.5.4
  * Shallow release to solve 1.5.3 release issue

2018-01-16 1.5.3
  * [FIX] Fix reindex_all deleting settings (#239)

2017-11-02 1.5.2
  * [FIX] Remove relations from indexed model fields (#233)

2017-11-02 1.5.1
  * [FIX] Fix reindex_all() and save_record() when should_index is not callable

2017-05-21 1.5.0
  * [FEAT] Allow properties as custom_objectID

2017-05-21 1.4.1
  * [FIX] Fix handling of unicode strings in python2

2017-05-21 1.4.0
  * [ADD] Reset method to reinitialize an AlgoliaEngine

2017-05-21 1.3.2
  * [FIX] Fix reindex to handle replicas 

2017-05-24 1.3.1
  * [README] Update readme to match new package name

2017-05-23 1.3.0
  * [CHANGE] Module name to avoid conflict when installing the package with pip
  * [CHANGE] Big performance improvements
  * [ADD] Option to raise or not exceptions. By default, raise only when DEBUG=True
  * [ADD] Create multiple AlgoliaEngine with different settings
  * [ADD] Auto-indexing option at registration time
  * [FIX] algolia_reindex command with batchsize argument on python34-django18
  * [FIX] Fields syntax
  * [FIX] Avoid mutable default parameters
  * [FIX] Fix bug in error handling

2017-01-20 1.2.5
  * [FIX] Default to model.pk instead of 'id'

2016-04-15 1.2.4
  * [FIX] Fix --batch-size of reindex command on Django 1.7

2015-12-15 1.2.3
  * [FIX] Check that geo_field callable returns something valid

2015-12-03 1.2.2
  * [FIX] Compatibility warning with Django 1.9

2015-07-09 1.2.1
  * [ADD] `get_queryset` for grain indexing possibility
  * [ADD] Option to deactivate auto-indexing
  * [FIX] Various bugs

2015-07-04 1.2.0
  * [REMOVE] algolia_buildindex command. Use algolia_reindex instead.
  * [CHANGE] Settings format. Last format is still supported.
  * [ADD] Unit test.
  * [ADD] Tag capacity
  * [ADD] Conditional indexing
  * [ADD] Search capacity on backend
  * [FIX] Invalid custom_objectID attribute
  * [FIX] Exception throw by the command when using Django 1.7
