django/docs/releases/1.8.7.txt

16 lines
300 B
Plaintext
Raw Normal View History

2015-11-05 16:22:12 +08:00
==========================
Django 1.8.7 release notes
==========================
*Under development*
Django 1.8.7 fixes several bugs in 1.8.6.
Bugfixes
========
* Fixed a crash of the debug view during the autumn DST change when
:setting:`USE_TZ` is ``False`` and ``pytz`` is installed.
2015-11-05 16:22:12 +08:00
* ...