summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-13 09:23:00 -0400
committerTim Graham <timograham@gmail.com>2014-09-13 09:23:46 -0400
commit452587aba858820bdde317083a8a67abf56dcec0 (patch)
tree5fd0642bfd3601bd9351accbe1707b77058157cb /docs
parent31b5e3e010e30877d073b2c82061f82e5762d1d5 (diff)
[1.6.x] Forwardported 1.4.16 release notes.
Backport of 0ae79014c0 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.16.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/1.4.16.txt b/docs/releases/1.4.16.txt
index 7c6e2675a0..b10a72d264 100644
--- a/docs/releases/1.4.16.txt
+++ b/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>`_).