From: Guillaume Pellerin Date: Sat, 19 Jul 2014 18:12:57 +0000 (+0200) Subject: freeze fields X-Git-Tag: 1.1~386 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0cd408c53d73579e565aea7485b9364686a7f5d0;p=teleforma.git freeze fields --- diff --git a/teleforma/exam/admin.py b/teleforma/exam/admin.py index 0fca09ba..a26da273 100644 --- a/teleforma/exam/admin.py +++ b/teleforma/exam/admin.py @@ -18,7 +18,7 @@ class ScriptAdmin(admin.ModelAdmin): model = Script ordering = ['-date_added'] #fileds = ['date_added',] - readonly_fields = ("date_added",) + readonly_fields = ('date_added','uuid','box_uuid','sha1','mime_type') # exclude = ['options'] # inlines = [ScriptPageInline]