2015-04-02 04:08:15 +08:00
|
|
|
==========================
|
|
|
|
Django 1.8.1 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.8.1 fixes several bugs in 1.8.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2015-04-02 22:49:41 +08:00
|
|
|
* Added support for serializing :class:`~datetime.timedelta` objects in
|
|
|
|
migrations (:ticket:`24566`).
|
2015-04-03 17:26:20 +08:00
|
|
|
|
|
|
|
* Restored proper parsing of the :djadmin:`testserver` command's positional
|
|
|
|
arguments (fixture names) (:ticket:`24571`).
|
2015-04-03 18:11:54 +08:00
|
|
|
|
|
|
|
* Prevented ``TypeError`` in translation functions ``check_for_language()`` and
|
|
|
|
``get_language_bidi()`` when translations are deactivated (:ticket:`24569`).
|