mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
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:
parent
41256d2341
commit
6072e108e2
3 changed files with 27 additions and 1 deletions
|
@ -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``
|
||||
===========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue