2016-02-06 15:24:20 +01:00
|
|
|
===========================
|
|
|
|
Django 1.8.10 release notes
|
|
|
|
===========================
|
|
|
|
|
2016-02-19 17:33:17 +01:00
|
|
|
*March 1, 2015*
|
2016-02-06 15:24:20 +01:00
|
|
|
|
2016-02-19 17:33:17 +01:00
|
|
|
Django 1.8.10 fixes two security issues and several bugs in 1.8.9.
|
2016-02-06 15:24:20 +01:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-02-06 15:21:05 +01:00
|
|
|
* Fixed a crash on PostgreSQL that prevented using ``TIME_ZONE=None`` and
|
|
|
|
``USE_TZ=False`` (:ticket:`26177`).
|
2016-02-08 00:05:14 +01:00
|
|
|
|
|
|
|
* Added system checks for query name clashes of hidden relationships
|
|
|
|
(:ticket:`26162`).
|
2016-02-12 02:12:54 +01:00
|
|
|
|
|
|
|
* Made ``forms.FileField`` and ``utils.translation.lazy_number()`` picklable
|
|
|
|
(:ticket:`26212`).
|
2016-02-15 19:28:49 +01:00
|
|
|
|
|
|
|
* Fixed :class:`~django.contrib.postgres.fields.RangeField` and
|
|
|
|
:class:`~django.contrib.postgres.fields.ArrayField` serialization with
|
|
|
|
``None`` values (:ticket:`26215`).
|
2016-02-11 16:39:53 +01:00
|
|
|
|
|
|
|
* Reallowed dashes in top-level domain names of URLs checked by
|
|
|
|
``URLValidator`` to fix a regression in Django 1.8 (:ticket:`26204`).
|
2016-02-24 00:39:20 +01:00
|
|
|
|
|
|
|
* Fixed ``BoundField`` to reallow slices of subwidgets (:ticket:`26267`).
|
2015-12-18 20:49:23 +01:00
|
|
|
|
|
|
|
* Prevented ``ContentTypeManager`` instances from sharing their cache
|
|
|
|
(:ticket:`26286`).
|