1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/docs/releases/1.10.5.txt

17 lines
391 B
Plaintext

===========================
Django 1.10.5 release notes
===========================
*Under development*
Django 1.10.5 fixes several bugs in 1.10.4.
Bugfixes
========
* Fixed a crash in the debug view if ``request.user`` can't be retrieved, such
as if the database is unavailable (:ticket:`27567`).
* Fixed occasional missing plural forms in ``JavaScriptCatalog``
(:ticket:`27418`).