File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v0.9 (unreleased)
5
+ -----------------
6
+
7
+ * Fix handling the default Haystack backend alias, making it a list.
8
+
9
+ * Added ``CELERY_HAYSTACK_QUEUE `` setting to define which Celery queue to use.
10
+
11
+ * Added ``CELERY_HAYSTACK_COUNTDOWN `` setting to define when to start the
12
+ indexing task after initially creating it.
13
+
14
+ * Stop returning after after enqueing in the Haystack router to support
15
+ multple routers.
16
+
17
+ * Optionally support using django-transaction-hooks for improved transaction
18
+ handling.
19
+
20
+ * Instantiate update task class correctly.
21
+
22
+ * Use Celery's task logger utility function.
23
+
4
24
v0.8 (2014-07-31)
5
- -------------------
25
+ -----------------
6
26
7
27
* Fix bug when using multiple Haystack indizes
8
28
You can’t perform that action at this time.
0 commit comments