Every time a page is edited a new PageRevision is created and saved to the database. It can be used to find the full history of all changes that have been made to a page and it also provides a place for new changes to be kept before going live.
wagtail.core.models.
PageRevision
as_page_object
()approve_moderation
() reject_moderation
()is_latest_revision
()publish
()
Comments