File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
3
- 2017-04-27 X.X.X
3
+ 2017-05-23 1.3.0
4
4
* [CHANGE] Module name to avoid conflict when installing the package with pip
5
5
* [CHANGE] Big performance improvements
6
6
* [ADD] Option to raise or not exceptions. By default, raise only when DEBUG=True
7
7
* [ADD] Create multiple AlgoliaEngine with different settings
8
8
* [ADD] Auto-indexing option at registration time
9
9
* [FIX] algolia_reindex command with batchsize argument on python34-django18
10
10
* [FIX] Fields syntax
11
+ * [FIX] Avoid mutable default parameters
12
+ * [FIX] Fix bug in error handling
11
13
12
14
2017-01-20
13
15
* [FIX] Default to model.pk instead of 'id'
Original file line number Diff line number Diff line change 1
- VERSION = '1.2.5 '
1
+ VERSION = '1.3.0 '
You can’t perform that action at this time.
0 commit comments