Updated doc links to point to Python 3 documentation

This commit is contained in:
Claude Paroz 2014-04-26 16:00:15 +02:00
parent 6d6af7244b
commit 680a0f08b1
22 changed files with 68 additions and 71 deletions

View file

@ -474,7 +474,7 @@ method takes an :class:`~django.http.HttpRequest` object. It's able to deduce
the ``domain`` and ``name`` by looking at the request's domain. It has
``save()`` and ``delete()`` methods to match the interface of
:class:`~django.contrib.sites.models.Site`, but the methods raise
:exc:`~exceptions.NotImplementedError`..
:exc:`NotImplementedError`.
``get_current_site`` shortcut
=============================