django/docs/releases/1.4.16.txt

21 lines
495 B
Plaintext
Raw Normal View History

===========================
Django 1.4.16 release notes
===========================
2014-10-23 00:23:21 +08:00
*October 22, 2014*
Django 1.4.16 fixes a couple regressions in the 1.4.14 security release and a
bug preventing the use of some GEOS versions with GeoDjango.
Bugfixes
========
* Allowed related many-to-many fields to be referenced in the admin
(:ticket:`23604`).
* Allowed inline and hidden references to admin fields
(:ticket:`23431`).
2014-09-13 21:23:00 +08:00
* Fixed parsing of the GEOS version string
(:ticket:`20036`).