Skip to content

Commit e316f41

Browse files
more
1 parent 1d91294 commit e316f41

File tree

5 files changed

+56
-3
lines changed

5 files changed

+56
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ are used for versioning (schema follows below):
1717

1818
0.17.5
1919
------
20-
yyyy-mm-dd (not yet released).
20+
2019-04-03
21+
22+
.. note::
23+
24+
Dropping support for Python 3.4. As of this version everything works, but
25+
no longer tested.
2126

2227
- Minor fixes.
2328
- Dropping Python 3.4 support.
29+
- Django 2.2 support.
2430

2531
0.17.4
2632
------

README.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ You are advised to use the latest version of `django-elasticsearch-dsl
3737
Initial version of this package was written for `djangorestframework
3838
<https://pypi.python.org/pypi/djangorestframework>`_ 3.6.2.
3939

40+
Tested with the following versions of Django/Django REST Framework:
41+
42+
+--------+-----------------------+
43+
| Django | Django REST Framework |
44+
+--------+-----------------------+
45+
| 1.8 | 3.6.2 |
46+
+--------+-----------------------+
47+
| 1.9 | 3.6.2 |
48+
+--------+-----------------------+
49+
| 1.10 | 3.6.2 |
50+
+--------+-----------------------+
51+
| 1.11 | 3.7.7 |
52+
+--------+-----------------------+
53+
| 2.0 | 3.7.7 |
54+
+--------+-----------------------+
55+
| 2.1 | 3.8.2 |
56+
+--------+-----------------------+
57+
| 2.2 | 3.9.2 |
58+
+--------+-----------------------+
59+
4060
Demo
4161
====
4262
A frontend demo (React based) is available. See the `dedicated docs

docs/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@ are used for versioning (schema follows below):
1717

1818
0.17.5
1919
------
20-
yyyy-mm-dd (not yet released).
20+
2019-04-03
21+
22+
.. note::
23+
24+
Dropping support for Python 3.4. As of this version everything works, but
25+
no longer tested.
2126

2227
- Minor fixes.
28+
- Dropping Python 3.4 support.
29+
- Django 2.2 support.
2330

2431
0.17.4
2532
------

docs/index.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ You are advised to use the latest version of `django-elasticsearch-dsl
3737
Initial version of this package was written for `djangorestframework
3838
<https://pypi.python.org/pypi/djangorestframework>`_ 3.6.2.
3939

40+
Tested with the following versions of Django/Django REST Framework:
41+
42+
+--------+-----------------------+
43+
| Django | Django REST Framework |
44+
+--------+-----------------------+
45+
| 1.8 | 3.6.2 |
46+
+--------+-----------------------+
47+
| 1.9 | 3.6.2 |
48+
+--------+-----------------------+
49+
| 1.10 | 3.6.2 |
50+
+--------+-----------------------+
51+
| 1.11 | 3.7.7 |
52+
+--------+-----------------------+
53+
| 2.0 | 3.7.7 |
54+
+--------+-----------------------+
55+
| 2.1 | 3.8.2 |
56+
+--------+-----------------------+
57+
| 2.2 | 3.9.2 |
58+
+--------+-----------------------+
59+
4060
Demo
4161
====
4262
A frontend demo (React based) is available. See the `dedicated docs

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,34,35,36}-{django18,django19,django110,django111}
3+
py{27,35,36}-{django18,django19,django110,django111}
44
py{35,36}-{django20}
55
py{36,37}-{django111,django20,django21,django22}-{none,coreapischema}
66

0 commit comments

Comments
 (0)