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
This commit is contained in:
Paul McMillan 2012-02-16 00:58:49 +00:00
parent 41256d2341
commit 6072e108e2
3 changed files with 27 additions and 1 deletions

View file

@ -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``
===========================