From 6cae2a550d0d09d26554b9c0c0fbab2859ca45ec Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 23 Sep 2011 16:45:40 +0000 Subject: Fixed #16878 -- Improved intword filter to support numbers up to decillion and googol. Thanks to crodjer for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16897 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/humanize.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/contrib/humanize.txt b/docs/ref/contrib/humanize.txt index 2f544c7ef7..292d98a941 100644 --- a/docs/ref/contrib/humanize.txt +++ b/docs/ref/contrib/humanize.txt @@ -65,7 +65,7 @@ Examples: * ``1200000`` becomes ``1.2 million``. * ``1200000000`` becomes ``1.2 billion``. -Values up to 1000000000000000 (one quadrillion) are supported. +Values up to 10^100 (Googol) are supported. :ref:`Format localization ` will be respected if enabled, e.g. with the ``'de'`` language: -- cgit v1.3