mirror of
https://github.com/django/django.git
synced 2024-12-29 04:26:28 +00:00
3a76276212
get_language() can return None when translations are deactivated.
Thanks Nicola Peduzzi for the reporti and Tim Graham for the review.
Backport of 7a0d9b5cda
from master.
20 lines
551 B
Plaintext
20 lines
551 B
Plaintext
==========================
|
|
Django 1.8.1 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.8.1 fixes several bugs in 1.8.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Added support for serializing :class:`~datetime.timedelta` objects in
|
|
migrations (:ticket:`24566`).
|
|
|
|
* Restored proper parsing of the :djadmin:`testserver` command's positional
|
|
arguments (fixture names) (:ticket:`24571`).
|
|
|
|
* Prevented ``TypeError`` in translation functions ``check_for_language()`` and
|
|
``get_language_bidi()`` when translations are deactivated (:ticket:`24569`).
|