Skip to content

Commit 30b6e93

Browse files
gasmanlb-
authored andcommitted
Upgrade to Wagtail 6.3
1 parent 54d72e4 commit 30b6e93

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si
125125

126126
#### Dependencies
127127

128-
- Python 3.10, 3.11 or 3.12
128+
- Python 3.10, 3.11, 3.12 or 3.13
129129
- [Virtualenv](https://virtualenv.pypa.io/en/stable/installation.html)
130130
- [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)
131131

@@ -229,6 +229,7 @@ By default, `django-csp` is not enabled since Wagtail isn't fully compatible yet
229229

230230
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.
231231

232+
- [`v6.2`](https://github.com/wagtail/bakerydemo/releases/tag/v6.2)
232233
- [`v6.1`](https://github.com/wagtail/bakerydemo/releases/tag/v6.1)
233234
- [`v6.0`](https://github.com/wagtail/bakerydemo/releases/tag/v6.0)
234235
- [`v5.2`](https://github.com/wagtail/bakerydemo/releases/tag/v5.2)

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django>=5.0,<5.1
1+
Django>=5.1,<5.2
22
django-dotenv==1.4.2
3-
wagtail>=6.2,<6.3
3+
wagtail>=6.3,<6.4
44
wagtail-font-awesome-svg>=1,<2
55
django-debug-toolbar>=4.2,<5
66
django-extensions==3.2.3

0 commit comments

Comments
 (0)