[1.7.x] Added missing request parameter to get_current_site().

Backport of d6c9bdd825 from master
This commit is contained in:
Yin Jifeng 2014-04-07 21:18:08 +08:00 committed by Tim Graham
parent 32c8579089
commit c148d8e730
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ the ``domain`` and ``name`` by looking at the request's domain. It has
Finally, to avoid repetitive fallback code, the framework provides a
:func:`django.contrib.sites.shortcuts.get_current_site` function.
.. function:: shortcuts.get_current_site
.. function:: shortcuts.get_current_site(request)
A function that checks if ``django.contrib.sites`` is installed and
returns either the current :class:`~django.contrib.sites.models.Site`