summaryrefslogtreecommitdiff
path: root/docs/internals/mailing-lists.txt
AgeCommit message (Collapse)Author
2025-09-17Added backticks to email addresses in docs.Mariusz Felisiak
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-02-19Fixed #35908 -- Retired the django-developers and django-users mailing lists.Sarah Boyce
Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com>
2023-03-24Added Django Forum to mailing lists page.Carlton Gibson
2021-08-13The django-i18n mailing list moved to the Django Forum.Claude Paroz
2021-07-13Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs.Mariusz Felisiak
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2017-11-01Fixed #28759 -- Promoted the contributing guide in the docs for the ↵Tim Graham
django-developers mailing list.
2016-10-15Updated security policy according to current practices.Tim Graham
Also added security release date notifications to django-announce.
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2014-08-01Adjusted 'internals' docs to the new organization.Aymeric Augustin
Most of these changes are about using the correct vocabulary -- "core team member" vs "core developer/committer" and adding internal links.
2014-03-19Fixed #22253 -- Added django-i18n to the mailing lists docs.Anubhav Joshi
Thanks bmispelon for the suggestion.
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-10-27Fix note syntax usage.Eric Holscher
http://sphinx.readthedocs.org/en/latest/markup/para.html?highlight=note#directive-note
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.