File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.12.0 [2017-11-12]
5
+ ---------------------------
6
+
7
+ - `#138 <https://github.com/djangonauts/django-rest-framework-gis/pull/138 >`_:
8
+ added support for ``GeometryCollection `` fields
9
+ - `#146 <https://github.com/djangonauts/django-rest-framework-gis/pull/146 >`_:
10
+ added compatibility with django-rest-framework 3.7
11
+ - `#147 <https://github.com/djangonauts/django-rest-framework-gis/pull/147 >`_:
12
+ added support to django 2.0 beta
13
+ - dropped support for django 1.7, 1.8, 1.9 and 1.10
14
+
4
15
Version 0.11.2 [2017-05-22]
5
16
---------------------------
6
17
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ Compatibility with DRF, Django and Python
39
39
40
40
=============== ============================ ==================== ==================================
41
41
DRF-gis version DRF version Django version Python version
42
- **0.12.x ** **3.1 ** to **3.7 ** **1.9 ** to **2.0 ** **2.7 ** to **3.6 **
43
- **0.11.x ** **3.1 ** to **3.7 ** **1.7 ** to **1.11 ** **2.7 ** to **3.6 **
42
+ **0.12.x ** **3.1 ** to **3.7 ** **1.11 ** to **2.0 ** **2.7 ** to **3.6 **
43
+ **0.11.x ** **3.1 ** to **3.6 ** **1.7 ** to **1.11 ** **2.7 ** to **3.6 **
44
44
**0.10.x ** **3.1 ** to **3.3 ** **1.7 ** to **1.9 ** **2.7 ** to **3.5 **
45
45
**0.9.6 ** **3.1 ** to **3.2 ** **1.5 ** to **1.8 ** **2.6 ** to **3.5 **
46
46
**0.9.5 ** **3.1 ** to **3.2 ** **1.5 ** to **1.8 ** **2.6 ** to **3.4 **
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 11 , 2 , 'final' )
1
+ VERSION = (0 , 12 , 0 , 'final' )
2
2
__version__ = VERSION # alias
3
3
4
4
You can’t perform that action at this time.
0 commit comments