File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ icalendar==4.0.7
21
21
chardet==4.0.0
22
22
# TODO: We may drop 'django-imagekit' completely.
23
23
django-imagekit==4.0.2
24
- django-haystack==3.0
24
+ django-haystack==3.2.1
25
25
elasticsearch>=7,<8
26
26
# TODO: 0.14.0 only supports Django 1.8 and 1.11.
27
27
django-tastypie==0.14.3
Original file line number Diff line number Diff line change 26
26
27
27
HAYSTACK_CONNECTIONS = {
28
28
'default' : {
29
- 'ENGINE' : 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine ' ,
29
+ 'ENGINE' : 'haystack.backends.elasticsearch7_backend.Elasticsearch7SearchEngine ' ,
30
30
'URL' : HAYSTACK_SEARCHBOX_SSL_URL ,
31
31
'INDEX_NAME' : 'haystack-prod' ,
32
32
},
Original file line number Diff line number Diff line change 26
26
27
27
HAYSTACK_CONNECTIONS = {
28
28
'default' : {
29
- 'ENGINE' : 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine ' ,
29
+ 'ENGINE' : 'haystack.backends.elasticsearch7_backend.Elasticsearch7SearchEngine ' ,
30
30
'URL' : HAYSTACK_SEARCHBOX_SSL_URL ,
31
31
'INDEX_NAME' : 'haystack' ,
32
32
},
You can’t perform that action at this time.
0 commit comments