1
0
mirror of https://github.com/django/django.git synced 2025-03-16 04:10:45 +00:00
django/docs/releases/1.4.16.txt
Tim Graham 452587aba8 [1.6.x] Forwardported 1.4.16 release notes.
Backport of 0ae79014c0 from master
2014-09-13 09:23:46 -04:00

18 lines
476 B
Plaintext

===========================
Django 1.4.16 release notes
===========================
*Under development*
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>`_).