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`).
|
2015-04-05 21:59:23 +08:00
|
|
|
|
|
|
|
* Fixed :djadmin:`squashmigrations` command when using
|
|
|
|
:class:`~django.db.migrations.operations.SeparateDatabaseAndState`
|
|
|
|
(:ticket:`24278`).
|
2015-04-05 03:22:30 +08:00
|
|
|
|
|
|
|
* Stripped microseconds from ``datetime`` values when using an older version of
|
|
|
|
the MySQLdb DB API driver as it does not support fractional seconds
|
|
|
|
(:ticket:`24584`).
|
2015-04-04 05:36:35 +08:00
|
|
|
|
|
|
|
* Fixed a migration crash when altering
|
|
|
|
:class:`~django.db.models.ManyToManyField`\s (:ticket:`24513`).
|