aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/views.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-23 17:41:01 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-23 17:41:01 +0000
commit2be084de646abeca4ad21f668cf7501b68fb4baa (patch)
tree77e5396e29e2697d80826183ff8268a3fbe0f602 /layerindex/views.py
parent6ac4e8fbb531069cff25a2306546c9394202871f (diff)
downloadopenembedded-core-contrib-2be084de646abeca4ad21f668cf7501b68fb4baa.tar.gz
Hide "updated" field changes in change history page
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'layerindex/views.py')
-rw-r--r--layerindex/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layerindex/views.py b/layerindex/views.py
index 4cdb0bd4fb..7e877acdfb 100644
--- a/layerindex/views.py
+++ b/layerindex/views.py
@@ -613,7 +613,7 @@ class EditProfileFormView(UpdateView):
@receiver(reversion.pre_revision_commit)
def annotate_revision(sender, **kwargs):
- ignorefields = ['vcs_last_rev', 'vcs_last_fetch', 'vcs_last_commit']
+ ignorefields = ['vcs_last_rev', 'vcs_last_fetch', 'vcs_last_commit', 'updated']
versions = kwargs.pop('versions')
instances = kwargs.pop('instances')
changelist = []