File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.15.0 [2019-12-09]
5
+ ---------------------------
6
+
7
+ - Dropped Python 3.4 support
8
+ - `#190 <https://github.com/djangonauts/django-rest-framework-gis/pull/190 >`_:
9
+ Added django 2.2 on test matrix
10
+ - `#199 <https://github.com/djangonauts/django-rest-framework-gis/pull/199 >`_:
11
+ Dropped Django 2.0 support
12
+ - `#195 <https://github.com/djangonauts/django-rest-framework-gis/pull/195 >`_:
13
+ Updated the way that ``to_representation `` removes already processed
14
+ - `#197 <https://github.com/djangonauts/django-rest-framework-gis/pull/197 >`_:
15
+ Removed six dependency
16
+ - `#202 <https://github.com/djangonauts/django-rest-framework-gis/pull/202 >`_:
17
+ Updated DRF to 3.10, removed support for previous DRF versions
18
+ - `#200 <https://github.com/djangonauts/django-rest-framework-gis/pull/200 >`_:
19
+ Added Django 3.0 and Python 3.8 support
20
+
4
21
Version 0.14.0 [2018-12-02]
5
22
---------------------------
6
23
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Compatibility with DRF, Django and Python
39
39
40
40
=============== ============================ ==================== ==================================
41
41
DRF-gis version DRF version Django version Python version
42
- **0.15.x ** **3.3 ** to ** 3.9 ** **1.11 ** to ** 3.0 ** **3.4 ** to **3.8 **
42
+ **0.15.x ** **3.10 ** **1.11, 2.2 to 3.0 ** **3.5 ** to **3.8 **
43
43
**0.14.x ** **3.3 ** to **3.9 ** **1.11 ** to **2.1 ** **3.4 ** to **3.7 **
44
44
**0.13.x ** **3.3 ** to **3.8 ** **1.11 ** to **2.0 ** **2.7 ** to **3.6 **
45
45
**0.12.x ** **3.1 ** to **3.7 ** **1.11 ** to **2.0 ** **2.7 ** to **3.6 **
@@ -160,7 +160,7 @@ In contrast, the ``GeoModelSerializer`` will output:
160
160
}
161
161
162
162
**Note: ** The DRF model serializer will also give the same output as above, provided
163
- that you are using ``ver>=0.9.3 ``, and you have included ``rest_framework_gis `` in
163
+ that you are using ``ver>=0.9.3 ``, and you have included ``rest_framework_gis `` in
164
164
``settings.INSTALLED_APPS ``.
165
165
166
166
GeoFeatureModelSerializer
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 14 , 0 , 'final' )
1
+ VERSION = (0 , 15 , 0 , 'final' )
2
2
__version__ = VERSION # alias
3
3
4
4
You can’t perform that action at this time.
0 commit comments