diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-01-14 10:13:20 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2020-01-15 15:52:03 +0100 |
| commit | 7400da49a5d0ec5a087c3cf05e0b2d15048fc93f (patch) | |
| tree | 02672016f6b2fc1bff7faacbd68af038f2773221 /docs/internals/release-process.txt | |
| parent | 29c126bb349526b5f1cd78facbe9f25906f18563 (diff) | |
Clarified backport policy for regressions.
Diffstat (limited to 'docs/internals/release-process.txt')
| -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 |
