From 7ec4238ca1245c5ab1d0f0332c6b4ba8066e747c Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 31 Jul 2023 09:40:43 +0100 Subject: [PATCH] Add v6.0.x and v5.1.x versions to Django settings --- apps/guide/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guide/settings/base.py b/apps/guide/settings/base.py index 58118312..aedc9c14 100644 --- a/apps/guide/settings/base.py +++ b/apps/guide/settings/base.py @@ -260,7 +260,7 @@ ("zh-hant", "Chinese Traditional"), ] -WAGTAIL_GUIDE_VERSIONS = ["latest", "5.0.x", "4.2.x", "4.1.x"] +WAGTAIL_GUIDE_VERSIONS = ["latest", "6.0.x", "5.1.x", "5.0.x", "4.2.x", "4.1.x"] WAGTAIL_CONTENT_LANGUAGES = LANGUAGES = [ (f"{code}-{version}", f"{name} ({version})")