mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Updated doc links to point to Python 3 documentation
This commit is contained in:
@@ -667,8 +667,7 @@ Miscellaneous
|
||||
``QuerySet`` as the empty value instead of an empty list.
|
||||
|
||||
* :func:`~django.utils.http.int_to_base36` properly raises a
|
||||
:exc:`~exceptions.TypeError` instead of :exc:`~exceptions.ValueError` for
|
||||
non-integer inputs.
|
||||
:exc:`TypeError` instead of :exc:`ValueError` for non-integer inputs.
|
||||
|
||||
* The ``slugify`` template filter is now available as a standard python
|
||||
function at :func:`django.utils.text.slugify`. Similarly, ``remove_tags`` is
|
||||
|
||||
Reference in New Issue
Block a user