mirror of
https://github.com/django/django.git
synced 2025-04-01 03:56:42 +00:00
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
===========================
|
|
Django 1.4.18 release notes
|
|
===========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.4.18 fixes several security issues in 1.4.17 as well as a regression
|
|
on Python 2.5 in the 1.4.17 release.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* To maintain compatibility with Python 2.5, Django's vendored version of six,
|
|
:mod:`django.utils.six`, has been downgraded to 1.8.0 which is the last
|
|
version to support Python 2.5.
|