mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 19:30:24 +00:00
Forwardported 1.4.16 release notes.
This commit is contained in:
parent
08042f1a73
commit
0ae79014c0
1 changed files with 5 additions and 1 deletions
|
|
@ -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>`_).
|
||||
|
|
|
|||
Loading…
Reference in a new issue