From 0846744b843527c90d798566a5d5c9593e3b3294 Mon Sep 17 00:00:00 2001 From: David Davis Date: Tue, 6 Oct 2020 10:48:53 -0400 Subject: [PATCH] Document that we do not support backporting migrations fixes #7657 --- CHANGES/7657.doc | 1 + docs/bugs-features.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CHANGES/7657.doc diff --git a/CHANGES/7657.doc b/CHANGES/7657.doc new file mode 100644 index 0000000000..774e87e01d --- /dev/null +++ b/CHANGES/7657.doc @@ -0,0 +1 @@ +Documented that we don't support backporting migrations. diff --git a/docs/bugs-features.rst b/docs/bugs-features.rst index 5accc17712..9802bc1895 100644 --- a/docs/bugs-features.rst +++ b/docs/bugs-features.rst @@ -89,6 +89,9 @@ For **Backport Requests** Only bug fixes from newer versions can be requested to be backported. No features can be backported to older versions. +Django migrations are order dependent so we cannot backport any change that has database migrations. +Thus z-stream releases will not add new migrations. + Please include: #. A redmine issue number or URL for the bug fix to backport. If possible, relate those two issues