1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[py3] Removed uses of sys.maxint under Python 3.

Also fixed #18706: improved exceptions raised by int_to_base36.
This commit is contained in:
Aymeric Augustin
2012-08-03 18:46:30 +02:00
parent 129f1ac848
commit d01eaf7104
4 changed files with 31 additions and 18 deletions

View File

@@ -244,6 +244,9 @@ Miscellaneous
* GeoDjango dropped support for GDAL < 1.5
* :func:`~django.utils.http.int_to_base36` properly raises a :exc:`TypeError`
instead of :exc:`ValueError` for non-integer inputs.
Features deprecated in 1.5
==========================