| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-08-25 | Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ↵ | David Smith | |
| docs. | |||
| 2025-04-15 | Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs. | Ahmed Nassar | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2023-11-29 | Refs #25778 -- Updated some links and references to HTTPS. | Adam Johnson | |
| 2023-11-28 | Removed link to lawrence.com in contrib.sites docs. | Adam Johnson | |
| lawrence.com has since become a redirect to LJWorld.com, making the link pointless. | |||
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2019-12-20 | Removed outdated information from contrib.sites docs. | Garry Polley | |
| 2019-11-05 | Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs. | Alasdair Nicol | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2016-11-30 | Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs. | Tim Graham | |
| 2016-06-24 | Refs #17209 -- Added LoginView and LogoutView class-based views | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-06-03 | Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-05-17 | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | |
| Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | |||
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-09-16 | Remove unnecessarily rude terminology. | Stephen Paulger | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-06-22 | Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified. | Bipin Suresh | |
| 2015-06-18 | Fixed #24834 -- Fixed get_current_site() when Host header contains port. | Nick Pope | |
| When the Host header contains a port, looking up the Site record fails as the host will never match the domain. | |||
| 2015-05-16 | Fixed #24774 -- Made contrib.site's Site.domain field unique | Piotr Jakimiak | |
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2015-01-18 | Removed contrib.sites.models.RequestSite/get_current_site() aliases. | Tim Graham | |
| Per deprecation timeline; refs #21680. | |||
| 2015-01-18 | Clarified a contrib.sites deprecation and added to 1.7 release notes. | Tim Graham | |
| 2015-01-16 | Fixed #24143 -- Encouraged use of Http404 messages for debugging. | Keryn Knight | |
| 2014-12-28 | Deprecated TEMPLATE_DIRS. | Aymeric Augustin | |
| 2014-11-03 | Fixed versionchanged indentation in docs/. | Berker Peksag | |
| 2014-10-02 | Fixed typo in docs/ref/contrib/sites.txt | ticalcster | |
| 2014-10-01 | Fixed #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-08-26 | Fixed #21567 -- Documented how to deploy multiple sites using the sites ↵ | Tim Graham | |
| framework. | |||
| 2014-08-22 | Fixed #23324 -- Mentioned Site.id in contrib.sites docs. | Tim Graham | |
| 2014-06-30 | Fixed #22482 -- Recommended using data migrations in contrib.sites docs. | Tim Graham | |
| Thanks scibi for the report. | |||
| 2014-05-13 | Removed some references to django.contrib.comments which has been removed. | Tim Graham | |
| 2014-04-26 | Updated doc links to point to Python 3 documentation | Claude Paroz | |
| 2014-04-07 | Added missing request parameter to get_current_site(). | Yin Jifeng | |
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-21 | Fixed typos in docs (django.contrib.site) | Thomas Schreiber | |
| 2014-02-28 | Fixed spelling mistakes in docs. | Tim Graham | |
| 2014-02-06 | Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each ↵ | Christopher Medrela | |
| request. Thanks jordan at aace.org for the suggestion. | |||
| 2014-02-02 | Fixed typo. | Aymeric Augustin | |
| 2014-01-26 | Moved RequestSite and get_current_site. | Aymeric Augustin | |
| Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue. | |||
| 2014-01-17 | Removed some unnecessary __exact operators in filters. | Tim Graham | |
| 2013-11-30 | Removed gender-based pronouns per [c0a2daad78]. | Tim Graham | |
