浏览代码

Forwardported 1.4.16 release notes.

Tim Graham 10 年之前
父节点
当前提交
0ae79014c0
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      docs/releases/1.4.16.txt

+ 5 - 1
docs/releases/1.4.16.txt

@@ -4,10 +4,14 @@ Django 1.4.16 release notes
 
 *Under development*
 
-Django 1.4.16 fixes a regression in the 1.4.14 security release.
+Django 1.4.16 fixes a regression in the 1.4.14 security release and a bug
+preventing the use of some GEOS versions with GeoDjango.
 
 Bugfixes
 ========
 
 * Allowed inline and hidden references to admin fields
   (`#23431 <http://code.djangoproject.com/ticket/23431>`_).
+
+* Fixed parsing of the GEOS version string
+  (`#20036 <http://code.djangoproject.com/ticket/20036>`_).