summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/sites.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-28Removed link to lawrence.com in contrib.sites docs.Adam Johnson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2019-12-20Removed outdated information from contrib.sites docs.Garry Polley
2019-11-05Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs.Alasdair Nicol
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2016-11-30Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-16Remove unnecessarily rude terminology.Stephen Paulger
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-22Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.Bipin Suresh
2015-06-18Fixed #24834 -- Fixed get_current_site() when Host header contains port.Nick Pope
2015-05-16Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-18Removed contrib.sites.models.RequestSite/get_current_site() aliases.Tim Graham
2015-01-18Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
2015-01-16Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-10-02Fixed typo in docs/ref/contrib/sites.txtticalcster
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham
2014-08-26Fixed #21567 -- Documented how to deploy multiple sites using the sites frame...Tim Graham
2014-08-22Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-06-30Fixed #22482 -- Recommended using data migrations in contrib.sites docs.Tim Graham
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-07Added missing request parameter to get_current_site().Yin Jifeng
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-21Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2014-02-02Fixed typo.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham