Skip to content

Commit 08db6b7

Browse files
prepare 0.17.6
1 parent 0dfa408 commit 08db6b7

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

docs/indexing_troubleshooting.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ A couple of possible solutions (complimentary) are listed below. All of them
77
are independent and not strictly related to each other. Thus, you may just use
88
one or a couple or all of them. It's totally up to you.
99

10+
If you want to test what works best for you, use `this test dataset (Postgres)
11+
<https://drive.google.com/open?id=1EvMfloWRWoLYpJaybhKEAqrBtus8ZeGQ>`_
12+
containing 1.8 million location records for
13+
`search_indexes.documents.location.LocationDocument` document.
14+
1015
Timeout
1116
-------
1217
For re-indexing, you might want to increase the timeout to avoid time-out

docs_src/indexing_troubleshooting.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ A couple of possible solutions (complimentary) are listed below. All of them
77
are independent and not strictly related to each other. Thus, you may just use
88
one or a couple or all of them. It's totally up to you.
99

10+
If you want to test what works best for you, use `this test dataset (Postgres)
11+
<https://drive.google.com/open?id=1EvMfloWRWoLYpJaybhKEAqrBtus8ZeGQ>`_
12+
containing 1.8 million location records for
13+
`search_indexes.documents.location.LocationDocument` document.
14+
1015
Timeout
1116
-------
1217
For re-indexing, you might want to increase the timeout to avoid time-out

setup.py

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

33
from setuptools import find_packages, setup
44

5-
version = '0.17.5'
5+
version = '0.17.6'
66

77
DOCS_TRANSFORMATIONS = (
88
(

src/django_elasticsearch_dsl_drf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
__title__ = 'django-elasticsearch-dsl-drf'
6-
__version__ = '0.17.5'
6+
__version__ = '0.17.6'
77
__author__ = 'Artur Barseghyan <[email protected]>'
88
__copyright__ = '2017-2019 Artur Barseghyan'
99
__license__ = 'GPL 2.0/LGPL 2.1'

0 commit comments

Comments
 (0)