summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-02-05 13:11:35 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-02-19 12:18:12 +0100
commit481b82802d0f4a6c168f3847d76b2433b5e84c6f (patch)
tree74a1c37870a7065d431d84c9f40a90e5f6b35c71 /docs/internals/contributing/writing-code
parente479ccb064f273b64cb4380f408938ecdcd902ff (diff)
[5.1.x] Fixed #35908 -- Retired the django-developers and django-users mailing lists.
Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> Backport of 86493307f97b9795a74227b6af2d59a267160847 from main.
Diffstat (limited to 'docs/internals/contributing/writing-code')
-rw-r--r--docs/internals/contributing/writing-code/submitting-patches.txt20
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt
index c2081a0e0a..1eb0514174 100644
--- a/docs/internals/contributing/writing-code/submitting-patches.txt
+++ b/docs/internals/contributing/writing-code/submitting-patches.txt
@@ -151,12 +151,11 @@ or introduces breaking changes.
The following are different approaches for gaining feedback from the community.
-The Django Forum or django-developers mailing list
---------------------------------------------------
+The Django Forum
+----------------
-You can propose a change on the `Django Forum`_ or |django-developers| mailing
-list. You should explain the need for the change, go into details of the
-approach and discuss alternatives.
+You can propose a change on the `Django Forum`_. You should explain the need
+for the change, go into details of the approach and discuss alternatives.
Please include a link to such discussions in your contributions.
@@ -172,8 +171,8 @@ third-party package first. You can iterate on the public API much faster, while
also validating the need for the feature.
Once this package becomes stable and there are clear benefits of incorporating
-aspects into Django core, starting a discussion on the `Django Forum`_ or
-|django-developers| mailing list would be the next step.
+aspects into Django core, starting a discussion on the `Django Forum`_ would be
+the next step.
Django Enhancement Proposal (DEP)
---------------------------------
@@ -185,10 +184,9 @@ specifications of features, along with rationales. DEPs are also the primary
mechanism for proposing and collecting community input on major new features.
Before considering writing a DEP, it is recommended to first open a discussion
-on the `Django Forum`_ or |django-developers| mailing list. This allows the
-community to provide feedback and helps refine the proposal. Once the DEP is
-ready the :ref:`Steering Council <steering-council>` votes on whether to accept
-it.
+on the `Django Forum`_. This allows the community to provide feedback and helps
+refine the proposal. Once the DEP is ready the :ref:`Steering Council
+<steering-council>` votes on whether to accept it.
Some examples of DEPs that have been approved and fully implemented: