diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-01-14 10:13:20 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-01-15 15:53:33 +0100 |
| commit | d74f383e9b5b4fb08be36aa19c7e0e83f23ffc86 (patch) | |
| tree | 2e9f1798d80a7407544adbece95ce3c9e30be86c | |
| parent | 57468eaff3de78918be5fb15a7984e49d7d3d103 (diff) | |
[3.0.x] Clarified backport policy for regressions.
Backport of 7400da49a5d0ec5a087c3cf05e0b2d15048fc93f from master
| -rw-r--r-- | docs/internals/release-process.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index ce600395eb..e86554ea15 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -141,7 +141,8 @@ page for the current state of support for each version. * Major functionality bugs in new features of the latest stable release. - * Regressions from older versions of Django. + * Regressions from older versions of Django introduced in the current release + series. The rule of thumb is that fixes will be backported to the last feature release for bugs that would have prevented a release in the first place |
