1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Updated release process for new release schedule.

This commit is contained in:
Tim Graham
2015-06-20 08:58:10 -04:00
parent bdb382b2a4
commit aed437d567
12 changed files with 155 additions and 143 deletions

View File

@@ -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
------------------