Skip to content

Commit d87a882

Browse files
author
Arne Tarara - Automated
committed
Merge remote-tracking branch 'upstream/main'
2 parents 84d75d3 + b13619c commit d87a882

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bakerydemo/base/wagtail_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CustomAccessibilityItem(AccessibilityItem):
3737

3838

3939
@hooks.register("construct_wagtail_userbar")
40-
def replace_userbar_accessibility_item(request, items):
40+
def replace_userbar_accessibility_item(request, items, page):
4141
items[:] = [
4242
CustomAccessibilityItem() if isinstance(item, AccessibilityItem) else item
4343
for item in items

readme.md

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

237237
See the [complete tags list](https://github.com/wagtail/bakerydemo/tags) for older releases.
238238

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django>=5.1,<5.2
1+
Django>=5.2,<5.3
22
django-dotenv==1.4.2
3-
wagtail>=6.4,<6.5
3+
wagtail>=7.0,<7.1
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)