wagtail 7.0.1__py3-none-any.whl → 7.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
wagtail/__init__.py CHANGED
@@ -6,7 +6,7 @@ from wagtail.utils.version import get_semver_version, get_version
6
6
 
7
7
  # major.minor.patch.release.number
8
8
  # release must be one of alpha, beta, rc, or final
9
- VERSION = (7, 0, 1, "final", 1)
9
+ VERSION = (7, 0, 2, "final", 1)
10
10
 
11
11
  __version__ = get_version(VERSION)
12
12
 
@@ -120,6 +120,7 @@ class CreatePageAliasAction:
120
120
  "path",
121
121
  "index_entries",
122
122
  "postgres_index_entries",
123
+ "latest_revision", # for page aliases do not have revisions
123
124
  ]
124
125
 
125
126
  update_attrs = {