diff options
| author | Unai Zalakain <unai@gisa-elkartea.org> | 2013-10-04 00:51:22 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-19 09:24:13 -0500 |
| commit | 54b04cc8e6e4ea3f40b6320afe7e8ecfa16a8651 (patch) | |
| tree | b172e7c3107d5301232be282db94fb5a79dd9775 /docs/misc | |
| parent | 438f9edff6e53815c8223ec9e04740facad83a26 (diff) | |
[1.6.x] Fixed #21213 -- Added docs for Django's mailing lists.
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.
Backport of 3895d8899d from master
Diffstat (limited to 'docs/misc')
| -rw-r--r-- | docs/misc/distributions.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/misc/distributions.txt b/docs/misc/distributions.txt index 1b324234d1..f3aec15da8 100644 --- a/docs/misc/distributions.txt +++ b/docs/misc/distributions.txt @@ -26,11 +26,8 @@ For distributors ================ If you'd like to package Django for distribution, we'd be happy to help out! -Please join the `django-developers mailing list`_ and introduce yourself. +Please join the |django-developers| mailing list and introduce yourself. -We also encourage all distributors to subscribe to the `django-announce mailing -list`_, which is a (very) low-traffic list for announcing new releases of Django +We also encourage all distributors to subscribe to the |django-announce| mailing +list, which is a (very) low-traffic list for announcing new releases of Django and important bugfixes. - -.. _django-developers mailing list: http://groups.google.com/group/django-developers/ -.. _django-announce mailing list: http://groups.google.com/group/django-announce/ |
