@@ -7,6 +7,8 @@ Changelog
7
7
New
8
8
~~~
9
9
10
+ - Django 1.9 support thanks to Claude Paroz. [Chris Adams]
11
+
10
12
- Create a changelog using gitchangelog. [Chris Adams]
11
13
12
14
This uses `gitchangelog <https://github.com/vaab/gitchangelog >`_ to
@@ -28,6 +30,17 @@ Changes
28
30
Other
29
31
~~~~~
30
32
33
+ - Merge pull request #1328 from claudep/travis19. [Chris Adams]
34
+
35
+ Updated test configs to include Django 1.9
36
+
37
+ - Updated test configs to include Django 1.9. [Claude Paroz]
38
+
39
+ - Merge pull request #1313 from chrisbrooke/Fix-elasticsearch-2.0-meta-
40
+ data-changes. [Chris Adams]
41
+
42
+ - Remove boost which is now unsupported. [Chris Brooke]
43
+
31
44
- Fix concurrency issues when building UnifiedIndex. [Chris Adams]
32
45
33
46
We were getting this error a lot when under load in a multithreaded wsgi
@@ -2149,9 +2162,8 @@ v2.0.0 (2013-05-12)
2149
2162
- Fixed an ES test that seems like a change in behavior in recent ES
2150
2163
versions. [Jannis Leidel]
2151
2164
2152
- - Merge branch 'sq-run-refactor' of
2153
- https://github.com/mattdeboard/django-haystack into mattdeboard-sq-
2154
- run-refactor. [Jannis Leidel]
2165
+ - Merge branch 'sq-run-refactor' of https://github.com/mattdeboard
2166
+ /django-haystack into mattdeboard-sq-run-refactor. [Jannis Leidel]
2155
2167
2156
2168
- Refactor Solr & ES SearchQuery subclasses to use the ``build_params ``
2157
2169
from ``BaseSearchQuery `` to build the kwargs to be passed to the
0 commit comments