diff options
| author | Paul McMillan <Paul@McMillan.ws> | 2012-02-16 00:58:49 +0000 |
|---|---|---|
| committer | Paul McMillan <Paul@McMillan.ws> | 2012-02-16 00:58:49 +0000 |
| commit | 6072e108e2738dbde7c2ad976a45745551859a20 (patch) | |
| tree | 407f47152906b375864aa85e83934ad6eb56f5bd /docs/ref | |
| parent | 41256d2341b8ecf4c4987e6acc3d84aafe2674c8 (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.txt | 2 |
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`` =========================== |
