summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorPaul McMillan <Paul@McMillan.ws>2012-02-16 00:58:49 +0000
committerPaul McMillan <Paul@McMillan.ws>2012-02-16 00:58:49 +0000
commit6072e108e2738dbde7c2ad976a45745551859a20 (patch)
tree407f47152906b375864aa85e83934ad6eb56f5bd /docs/ref
parent41256d2341b8ecf4c4987e6acc3d84aafe2674c8 (diff)
Fixed #17693. Input validation and tests for base36 conversion utils. Thanks Keryn Knight for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 2c0110f94a..f7ec638dd5 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -444,7 +444,7 @@ Atom1Feed
.. function:: int_to_base36(i)
- Converts an integer to a base 36 string.
+ Converts a positive integer less than sys.maxint to a base 36 string.
``django.utils.safestring``
===========================