Skip to content

Commit 9f61f95

Browse files
committed
Bump to 1.2.1
1 parent 6dc07ca commit 9f61f95

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
CHANGELOG
22

3-
2015-07-XX X.X.X
3+
2015-07-09 1.2.1
44
* [ADD] `get_queryset` for grain indexing possibility
55
* [ADD] Option to deactivate auto-indexing
6+
* [FIX] Various bugs
67

78
2015-07-04 1.2.0
89
* [REMOVE] algolia_buildindex command. Use algolia_reindex instead.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are two optional settings:
4848

4949
* `INDEX_PREFIX`: prefix all indexes. Use it to separate different applications, like `site1_Products` and `site2_Products`.
5050
* `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**).
5252

5353
Quick Start
5454
-------------

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.2.0'
1+
VERSION = '1.2.1'

0 commit comments

Comments
 (0)