Skip to content

Commit 5168abe

Browse files
committed
Update changelog !cosmetic
1 parent fd593cd commit 5168abe

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

docs/changelog.rst

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ Changelog
77
New
88
~~~
99

10+
- `highlight()` accepts custom values on Solr and ES. [Chris Adams]
11+
12+
This allows the default values to be overriden and arbitrary
13+
backend-specific parameters may be provided to Solr or ElasticSearch.
14+
15+
Thanks to @tymofij for the patch
16+
17+
Closes #1334
18+
19+
- Allow Routers to return multiple indexes. [Chris Adams]
20+
21+
Thanks to Hugo Chargois (@hchargois) for the patch
22+
23+
Closes #1337
24+
Closes #934
25+
26+
- Support for newer versions of Whoosh. [Chris Adams]
27+
28+
- Split SearchView.create_response into get_context. [Chris Adams]
29+
30+
This makes it easy to override the default `create_response` behaviour
31+
if you don't want a standard HTML response.
32+
33+
Thanks @seocam for the patch
34+
35+
Closes #1338
36+
1037
- Django 1.9 support thanks to Claude Paroz. [Chris Adams]
1138

1239
- Create a changelog using gitchangelog. [Chris Adams]
@@ -19,6 +46,12 @@ New
1946
Changes
2047
~~~~~~~
2148

49+
- Moved signal processor loading to app_config.ready. [Chris Adams]
50+
51+
Thanks to @claudep for the patch
52+
53+
Closes #1260
54+
2255
- Handle `__in=[]` gracefully on Solr. [Chris Adams]
2356

2457
This commit avoids the need to check whether a list is empty to avoid an
@@ -30,6 +63,31 @@ Changes
3063
Fix
3164
~~~
3265

66+
- Queryset slicing and reduced code duplication. [Craig de Stigter]
67+
68+
Now pagination will not lazy-load all earlier pages before returning the
69+
result.
70+
71+
Thanks to @craigds for the patch
72+
73+
Closes #1269
74+
Closes #960
75+
76+
- Handle negative timestamps returned from ES. [Chris Adams]
77+
78+
Elastic search can return negative timestamps for histograms if the
79+
dates are pre-1970. This PR properly handles these pre-1970 dates.
80+
81+
Thanks to @speedplane for the patch
82+
83+
Closes #1239
84+
85+
- SearchMixin allows form initial values. [Chris Adams]
86+
87+
Thanks to @ahoho for the patch
88+
89+
Closes #1319
90+
3391
- Graceful handling of empty __in= lists on ElasticSearch. [Chris Adams]
3492

3593
Thanks to @boulderdave for the ES version of #1311
@@ -39,6 +97,12 @@ Fix
3997
Other
4098
~~~~~
4199

100+
- Merge pull request #1225 from gregplaysguitar/patch-1. [Chris Adams]
101+
102+
fix: correct docstring for ModelSearchForm.get_models !minor
103+
104+
- Fix bogus docstring. [Greg Brown]
105+
42106
- Merge pull request #1328 from claudep/travis19. [Chris Adams]
43107

44108
Updated test configs to include Django 1.9

0 commit comments

Comments
 (0)