From 9c835990ea2911c06a877296fbc25157c1302e1d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 7 Dec 2015 10:21:33 -0500 Subject: [PATCH] Added "Regressions from older versions of Django" as a backport qualification. --- docs/internals/release-process.txt | 2 ++ 1 file changed, 2 insertions(+) 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).