You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/main' into gmt-pinned-versions
* upstream/main:
docs: add missing comma in 'categories, countries and ingredients' phrase in README
docs: fix spacing in admin/editorial phrase in README
Update tags list
Fix RemovedInWagtail80 deprecation warning
Upgrade to Wagtail 7.0
Upgrade to Django 5.2
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a demonstration project for the amazing [Wagtail CMS](https://github.com/wagtail/wagtail).
4
4
5
-
The demo site is designed to provide examples of common features and recipes to introduce you to Wagtail development. Beyond the code, it will also let you explore the admin / editorial interface of the CMS.
5
+
The demo site is designed to provide examples of common features and recipes to introduce you to Wagtail development. Beyond the code, it will also let you explore the admin/editorial interface of the CMS.
6
6
7
7
Note we do _not_ recommend using this project to start your own site - the demo is intended to be a springboard to get you started. Feel free to copy code from the demo into your own project.
8
8
@@ -16,7 +16,7 @@ This demo is aimed primarily at developers wanting to learn more about the inter
16
16
- Example of using a "base" app to contain misc additional functionality (e.g. Contact Form, About, etc.)
17
17
- "StandardPage" model using mixins borrowed from other apps
18
18
- Example of customizing the Wagtail Admin via _wagtail_hooks_
19
-
- Example of using the Wagtail "snippets" system to represent bread categories, countries and ingredients
19
+
- Example of using the Wagtail "snippets" system to represent bread categories, countries, and ingredients
20
20
- Example of a custom "Galleries" feature that pulls in images used in other content types in the system
21
21
- Example of creating ManyToMany relationships via the Ingredients feature on BreadPage
22
22
- Lots more
@@ -229,10 +229,10 @@ By default, `django-csp` is not enabled since Wagtail isn't fully compatible yet
229
229
230
230
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.
0 commit comments