File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
3
- 2015-07-XX X.X.X
3
+ 2015-07-09 1.2.1
4
4
* [ADD] `get_queryset` for grain indexing possibility
5
5
* [ADD] Option to deactivate auto-indexing
6
+ * [FIX] Various bugs
6
7
7
8
2015-07-04 1.2.0
8
9
* [REMOVE] algolia_buildindex command. Use algolia_reindex instead.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ There are two optional settings:
48
48
49
49
* ` INDEX_PREFIX ` : prefix all indexes. Use it to separate different applications, like ` site1_Products ` and ` site2_Products ` .
50
50
* ` INDEX_SUFFIX ` : suffix all indexes. Use it to differenciate development and production environment, like ` Location_dev ` and ` Location_prod ` .
51
-
51
+ * ` AUTO_INDEXING ` : automatically synchronize the models with Algolia (default to ** True ** ).
52
52
53
53
Quick Start
54
54
-------------
Original file line number Diff line number Diff line change 1
- VERSION = '1.2.0 '
1
+ VERSION = '1.2.1 '
You can’t perform that action at this time.
0 commit comments