diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-08-03 18:46:30 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-08-03 18:51:28 +0200 |
| commit | d01eaf7104e96b2fcf373ddfbc80ef4568bd0387 (patch) | |
| tree | 6fd233f405c06ea97fc2a6289c1eb07e885d202e /docs/releases | |
| parent | 129f1ac8484d63c2e61a44fb2a18dd17246c1c4d (diff) | |
[py3] Removed uses of sys.maxint under Python 3.
Also fixed #18706: improved exceptions raised by int_to_base36.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index aae8b25e07..968d63e1f3 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -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 ========================== |
