summaryrefslogtreecommitdiff
path: root/django/contrib/sites/shortcuts.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-12Moved RequestSite import to the toplevel.Claude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin