summaryrefslogtreecommitdiff
path: root/django/contrib/sites/middleware.py
AgeCommit message (Collapse)Author
2016-06-07Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.Brett Haydon
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on ↵Tim Graham
request.get_host(). Thanks Claude Paroz, Riccardo Magliocchetti, and Damian Moore for contributions to the patch.
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each ↵Christopher Medrela
request. Thanks jordan at aace.org for the suggestion.