mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #9497 - Doc typos. Many thanks ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8a5f2ee912
commit
c483583023
11 changed files with 23 additions and 21 deletions
|
@ -687,7 +687,7 @@ the following line to your URLconf::
|
|||
a query string, too.
|
||||
|
||||
* ``site_name``: The name of the current
|
||||
:class:`~django.contrib.sites.models.Site``, according to the
|
||||
:class:`~django.contrib.sites.models.Site`, according to the
|
||||
:setting:`SITE_ID` setting. If you're using the Django development version
|
||||
and you don't have the site framework installed, this will be set to the
|
||||
value of ``request.META['SERVER_NAME']``. For more on sites, see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue