2016-01-06 02:19:20 +08:00
|
|
|
==========================
|
|
|
|
Django 1.8.9 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.8.9 fixes several bugs in 1.8.8.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-01-05 19:29:09 +08:00
|
|
|
* Fixed a regression that caused the "user-tools" items to display on the
|
|
|
|
admin's logout page (:ticket:`26035`).
|
2016-01-07 01:33:29 +08:00
|
|
|
|
|
|
|
* Fixed a crash in the translations system when the current language has no
|
|
|
|
translations (:ticket:`26046`).
|
2015-12-27 07:32:28 +08:00
|
|
|
|
|
|
|
* Fixed a regression that caused the incorrect day to be selected when opening
|
|
|
|
the admin calendar widget for timezones from GMT+0100 to GMT+1200
|
|
|
|
(:ticket:`24980`).
|
2016-01-08 09:06:58 +08:00
|
|
|
|
|
|
|
* Fixed incorrect index handling in migrations on PostgreSQL when adding
|
|
|
|
``db_index=True`` or ``unique=True`` to a ``CharField`` or ``TextField`` that
|
|
|
|
already had the other specified, or when removing one of them from a field
|
|
|
|
that had both (:ticket:`26034`).
|
2016-01-09 04:20:15 +08:00
|
|
|
|
|
|
|
* Fixed a crash when using an ``__in`` lookup inside a ``Case`` expression
|
|
|
|
(:ticket:`26071`).
|