django/docs/releases/1.4.16.txt

18 lines
476 B
Plaintext
Raw Normal View History

===========================
Django 1.4.16 release notes
===========================
*Under development*
2014-09-13 13:23:00 +00:00
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>`_).
2014-09-13 13:23:00 +00:00
* Fixed parsing of the GEOS version string
(`#20036 <http://code.djangoproject.com/ticket/20036>`_).