From aed437d56738698e9f33f80bcce09906de33f847 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 20 Jun 2015 08:58:10 -0400 Subject: Updated release process for new release schedule. --- docs/internals/contributing/writing-code/submitting-patches.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/internals/contributing/writing-code') diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 826bbfc48c..d9302169b6 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -236,11 +236,11 @@ Finally, there are a couple of updates to Django's documentation to make: the "Features deprecated in A.B" heading. #) Add an entry in the deprecation timeline (``docs/internals/deprecation.txt``) - under the ``A.B+2`` version describing what code will be removed. + under the appropriate version describing what code will be removed. Once you have completed these steps, you are finished with the deprecation. -In each major release, all ``RemovedInDjangoXXWarning``\s matching the new -version are removed. +In each :term:`feature release`, all ``RemovedInDjangoXXWarning``\s matching +the new version are removed. JavaScript patches ------------------ -- cgit v1.3