diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-03-13 09:50:45 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-09-11 20:54:33 +0200 |
| commit | ba2be2761341a6b3d8d578f16c92fa278c0a42bc (patch) | |
| tree | 89fe3cd408414ccec0a43221e3682a64b9089f8d /docs | |
| parent | 065caafa70b6c422f73e364a4c241b6538969d7b (diff) | |
[1.4.x] Fixed #20036 -- Improved GEOS version string parsing
Thanks chikiro.spam at gmail.com for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.4.16.txt | 6 |
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>`_). |
