Skip to content

Commit

Permalink
Add v6.0.x and v5.1.x versions to Django settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas authored Jul 31, 2023
1 parent d488f27 commit 7ec4238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/guide/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})")
Expand Down

0 comments on commit 7ec4238

Please sign in to comment.