mirror of
https://github.com/django/django.git
synced 2025-09-24 19:23:03 +00:00
[1.7.x] Updated doc links to point to Python 3 documentation
Backport of 680a0f08b
from master.
This commit is contained in:
parent
abd68b5aff
commit
e441cebce3
22 changed files with 68 additions and 71 deletions
|
@ -290,8 +290,7 @@ Anonymous users
|
|||
* :meth:`~django.contrib.auth.models.User.set_password()`,
|
||||
:meth:`~django.contrib.auth.models.User.check_password()`,
|
||||
:meth:`~django.db.models.Model.save` and
|
||||
:meth:`~django.db.models.Model.delete()` raise
|
||||
:exc:`~exceptions.NotImplementedError`.
|
||||
:meth:`~django.db.models.Model.delete()` raise :exc:`NotImplementedError`.
|
||||
|
||||
In practice, you probably won't need to use
|
||||
:class:`~django.contrib.auth.models.AnonymousUser` objects on your own, but
|
||||
|
|
|
@ -478,7 +478,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