summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.13.txt
blob: 2f9fb273fc33ab207d6d5ec4e66a6e5acf4312cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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`).