From 2470af6ab2ff40cbf4d9eda3996ca7c44ec5e647 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Fri, 11 Sep 2015 15:16:10 +0200 Subject: [PATCH] ContentType to content_type rename --- pillar/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/settings.py b/pillar/settings.py index a0c6b7e2..3c13caff 100644 --- a/pillar/settings.py +++ b/pillar/settings.py @@ -268,7 +268,7 @@ files_schema = { 'embeddable': True }, }, - 'contentType': { # MIME type image/png video/mp4 + 'content_type': { # MIME type image/png video/mp4 'type': 'string', 'required': True, },