django/docs/releases/1.8.9.txt

17 lines
391 B
Plaintext
Raw Normal View History

2016-01-05 18:19:20 +00:00
==========================
Django 1.8.9 release notes
==========================
*Under development*
Django 1.8.9 fixes several bugs in 1.8.8.
Bugfixes
========
* Fixed a regression that caused the "user-tools" items to display on the
admin's logout page (:ticket:`26035`).
* Fixed a crash in the translations system when the current language has no
translations (:ticket:`26046`).