diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-07 10:21:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-07 10:21:33 -0500 |
| commit | 9c835990ea2911c06a877296fbc25157c1302e1d (patch) | |
| tree | 35f5e08bd9ebc5e4fc72888f7359f5765c8035e2 /docs/internals/release-process.txt | |
| parent | 285b08abc121fce878dbe536b0a68b421ec4300d (diff) | |
Added "Regressions from older versions of Django" as a backport qualification.
Diffstat (limited to 'docs/internals/release-process.txt')
| -rw-r--r-- | docs/internals/release-process.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index e56ac9ab2a..7ca2e452a5 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -139,6 +139,8 @@ page for the current state of support for each version. * Major functionality bugs in newly-introduced features. + * Regressions from older versions of Django. + 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 (release blockers). |
