Skip to content

Commit cefa5f0

Browse files
committed
Merge remote-tracking branch 'origin/main' into release
2 parents d40871f + 82682b0 commit cefa5f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ icalendar==4.0.7
2121
chardet==4.0.0
2222
# TODO: We may drop 'django-imagekit' completely.
2323
django-imagekit==4.0.2
24-
django-haystack==3.0
24+
django-haystack==3.2.1
2525
elasticsearch>=7,<8
2626
# TODO: 0.14.0 only supports Django 1.8 and 1.11.
2727
django-tastypie==0.14.3

pydotorg/settings/heroku.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
HAYSTACK_CONNECTIONS = {
2828
'default': {
29-
'ENGINE': 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine',
29+
'ENGINE': 'haystack.backends.elasticsearch7_backend.Elasticsearch7SearchEngine',
3030
'URL': HAYSTACK_SEARCHBOX_SSL_URL,
3131
'INDEX_NAME': 'haystack-prod',
3232
},

pydotorg/settings/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
HAYSTACK_CONNECTIONS = {
2828
'default': {
29-
'ENGINE': 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine',
29+
'ENGINE': 'haystack.backends.elasticsearch7_backend.Elasticsearch7SearchEngine',
3030
'URL': HAYSTACK_SEARCHBOX_SSL_URL,
3131
'INDEX_NAME': 'haystack',
3232
},

0 commit comments

Comments
 (0)