mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 22:41:00 +00:00
Merge branch 'logging' of https://github.com/kaedroho/wagtail into kaedroho-logging
This commit is contained in:
commit
1d54ebaabf
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ class Page(six.with_metaclass(PageBase, MP_Node, ClusterableModel, index.Indexed
|
|||
new_self._update_descendant_url_paths(old_url_path, new_url_path)
|
||||
|
||||
# Log
|
||||
logger.info("Page moved: \"%s\" id=%d path=%s", self.title, self.id, self.url_path)
|
||||
logger.info("Page moved: \"%s\" id=%d path=%s", self.title, self.id, new_url_path)
|
||||
|
||||
def copy(self, recursive=False, to=None, update_attrs=None, copy_revisions=True):
|
||||
# Make a copy
|
||||
|
|
|
|||
Loading…
Reference in a new issue