From 75b6777ac3e0e3c75b81329f3a2981c32caf0139 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 4 Nov 2024 15:11:29 +0000 Subject: [PATCH] Upgrade to Wagtail 6.3 --- readme.md | 3 ++- requirements/base.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 96795361c..4b620d362 100644 --- a/readme.md +++ b/readme.md @@ -125,7 +125,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si #### Dependencies -- Python 3.10, 3.11 or 3.12 +- Python 3.10, 3.11, 3.12 or 3.13 - [Virtualenv](https://virtualenv.pypa.io/en/stable/installation.html) - [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional) @@ -229,6 +229,7 @@ By default, `django-csp` is not enabled since Wagtail isn't fully compatible yet The `main` branch of this demo is designed to work with both the latest stable release and the latest `main` branch (development version) of Wagtail. To run the demo against a specific version of Wagtail, we have created [git tags](https://github.com/wagtail/bakerydemo/tags) for the latest commits that work with each feature release. +- [`v6.2`](https://github.com/wagtail/bakerydemo/releases/tag/v6.2) - [`v6.1`](https://github.com/wagtail/bakerydemo/releases/tag/v6.1) - [`v6.0`](https://github.com/wagtail/bakerydemo/releases/tag/v6.0) - [`v5.2`](https://github.com/wagtail/bakerydemo/releases/tag/v5.2) diff --git a/requirements/base.txt b/requirements/base.txt index a5537683d..cbcedfa9e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ -Django>=5.0,<5.1 +Django>=5.1,<5.2 django-dotenv==1.4.2 -wagtail>=6.2,<6.3 +wagtail>=6.3,<6.4 wagtail-font-awesome-svg>=1,<2 django-debug-toolbar>=4.2,<5 django-extensions==3.2.3