Skip to content

Commit 5b6edc8

Browse files
committed
Upgrade to Wagtail 6.4
1 parent 7795329 commit 5b6edc8

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

readme.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -229,24 +229,12 @@ 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.3`](https://github.com/wagtail/bakerydemo/releases/tag/v6.3)
232233
- [`v6.2`](https://github.com/wagtail/bakerydemo/releases/tag/v6.2)
233234
- [`v6.1`](https://github.com/wagtail/bakerydemo/releases/tag/v6.1)
234235
- [`v6.0`](https://github.com/wagtail/bakerydemo/releases/tag/v6.0)
235-
- [`v5.2`](https://github.com/wagtail/bakerydemo/releases/tag/v5.2)
236236

237-
<details>
238-
239-
<summary>Older tags</summary>
240-
241-
- [`v5.1`](https://github.com/wagtail/bakerydemo/releases/tag/v5.1)
242-
- [`v5.0`](https://github.com/wagtail/bakerydemo/releases/tag/v5.0)
243-
- [`v4.2`](https://github.com/wagtail/bakerydemo/releases/tag/v4.2)
244-
- [`v4.1`](https://github.com/wagtail/bakerydemo/releases/tag/v4.1)
245-
- [`v4.0`](https://github.com/wagtail/bakerydemo/releases/tag/v4.0)
246-
- [`v3.0`](https://github.com/wagtail/bakerydemo/releases/tag/v3.0)
247-
- [`v2.16`](https://github.com/wagtail/bakerydemo/releases/tag/v2.16)
248-
249-
</details>
237+
See the [complete tags list](https://github.com/wagtail/bakerydemo/tags) for older releases.
250238

251239
The tags point to the last commit just before the requirements were updated to the next Wagtail version. For example, the `v4.2` tag points to the commit just before the bakerydemo was updated to use Wagtail 5.0. This ensures that the tagged demo code contains the latest updates possible for the supported version.
252240

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django>=5.1,<5.2
22
django-dotenv==1.4.2
3-
wagtail>=6.3,<6.4
3+
wagtail>=6.4,<6.5
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)