[2.1.x] Refs #30177 -- Forwardported 2.0.13 release notes.

Backport of 1b8f552b08 from master.
This commit is contained in:
Tim Graham 2019-02-11 15:45:04 -05:00
parent 11d7f58a17
commit 5c2b94af2a
2 changed files with 14 additions and 0 deletions

13
docs/releases/2.0.13.txt Normal file
View File

@ -0,0 +1,13 @@
===========================
Django 2.0.13 release notes
===========================
*February 12, 2019*
Django 2.0.13 fixes a regression in 2.0.12/2.0.11.
Bugfixes
========
* Fixed crash in ``django.utils.numberformat.format_number()`` when the number
has over 200 digits (:ticket:`30177`).

View File

@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
2.0.13
2.0.12
2.0.11
2.0.10