Skip to content

Commit

Permalink
Upgrade to Wagtail 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman authored and lb- committed Nov 5, 2024
1 parent 54d72e4 commit 30b6e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 30b6e93

Please sign in to comment.