diff --git a/rhodecode/lib/utils.py b/rhodecode/lib/utils.py --- a/rhodecode/lib/utils.py +++ b/rhodecode/lib/utils.py @@ -303,6 +303,7 @@ class EmptyChangeset(BaseChangeset): message = '' author = '' date = '' + @LazyProperty def raw_id(self): """