mirror of https://github.com/django/django.git
Fixed typo.
This commit is contained in:
parent
76ff266df1
commit
b5fbdf97db
|
@ -464,7 +464,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.shortcut.get_current_site` function.
|
||||
:func:`django.contrib.sites.shortcuts.get_current_site` function.
|
||||
|
||||
.. function:: shortcuts.get_current_site
|
||||
|
||||
|
|
Loading…
Reference in New Issue