mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Updated doc links to point to Python 3 documentation
This commit is contained in:
parent
6d6af7244b
commit
680a0f08b1
22 changed files with 68 additions and 71 deletions
|
@ -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
|
||||
=============================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue